]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/utilsx11.h
Add wxHAS_BITMAPTOGGLEBUTTON and test for it in the unit test.
[wxWidgets.git] / include / wx / unix / utilsx11.h
index 4fbca1af5c8c95e115c82bc4e6ba1894c99db690..cf6e1dddd1b8c0749f1f9428796c9b9974c01280 100644 (file)
 typedef void WXDisplay;
 typedef void* WXWindow;
 #endif
+typedef unsigned long WXKeySym;
+
+int wxCharCodeXToWX(WXKeySym keySym);
+WXKeySym wxCharCodeWXToX(int id);
 
 class wxIconBundle;