]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_defs.i
wxCheckListBox doesn't require wxUSE_OWNER_DRAWN when using WXUNIVERSAL
[wxWidgets.git] / wxPython / src / _defs.i
index 5e14df96289330081606e7cb30ba67a4de3b9de0..800002497aeab521fffeb44cbcc72f01115f597a 100644 (file)
@@ -259,21 +259,6 @@ typedef unsigned long   wxUIntPtr;
     %enddef
 #endif
 
-#ifdef _DO_FULL_DOCS
-    %define RenameDocCtorStr(newname, docstr, details, decl)
-        %feature("docstring") decl docstr details;
-        %rename(newname) decl;
-        decl
-    %enddef
-#else
-    %define RenameDocCtorStr(newname, docstr, details, decl)
-        %feature("docstring") decl docstr;
-        %rename(newname) decl;
-        decl
-    %enddef
-#endif
-        
-
         
 // Set the autodoc string for a constructor decl and then define the decl too.
 // Must use the full declaration of the item.
@@ -426,7 +411,8 @@ enum {
     wxTRANSPARENT_WINDOW,
     wxNO_BORDER,
     wxDEFAULT_CONTROL_BORDER,
-
+    wxDEFAULT_STATUSBAR_STYLE,
+    
     wxTAB_TRAVERSAL,
     wxWANTS_CHARS,
     wxPOPUP_WINDOW,
@@ -799,6 +785,8 @@ enum {
   wxUSER_DASH,
   wxTRANSPARENT,
   wxSTIPPLE,
+  wxSTIPPLE_MASK,
+  wxSTIPPLE_MASK_OPAQUE,
   wxBDIAGONAL_HATCH,
   wxCROSSDIAG_HATCH,
   wxFDIAGONAL_HATCH,