]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_settings.i
out typemap for wxMemorySize
[wxWidgets.git] / wxPython / src / _settings.i
index 952189fb328345d51d432be7e2c76f4c938055ff..3f4a0c88bc115e80ff337d5f37ce29e34b8c699c 100644 (file)
@@ -129,7 +129,8 @@ enum wxSystemMetric
 enum wxSystemFeature
 {
     wxSYS_CAN_DRAW_FRAME_DECORATIONS = 1,
-    wxSYS_CAN_ICONIZE_FRAME
+    wxSYS_CAN_ICONIZE_FRAME,
+    wxSYS_TABLET_PRESENT 
 };
 
 
@@ -199,6 +200,7 @@ public:
     static wxString GetOption(const wxString& name) ;
     static int GetOptionInt(const wxString& name) ;
     static bool HasOption(const wxString& name) ;
+    static bool IsFalse(const wxString& name);
 };