]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/settings.h
added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git] / include / wx / settings.h
index 14b487a92a437ae10a5891a336f9c5d3fb670fe9..901801991896e1cfec642dcff35359cc30e6a256 100644 (file)
 #define wxSYS_SHOW_SOUNDS             36
 #define wxSYS_SWAP_BUTTONS            37
 
+// Platform capabilities
+#define wxSYS_CAN_DRAW_FRAME_DECORATIONS  1
+#define wxSYS_CAN_ICONIZE_FRAME           2
+
 #if defined(__WXMSW__)
 #include "wx/msw/settings.h"
 #elif defined(__WXMOTIF__)