]> git.saurik.com Git - wxWidgets.git/commitdiff
Cleanup
authorRobin Dunn <robin@alldunn.com>
Fri, 23 Jan 2004 21:10:42 +0000 (21:10 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 23 Jan 2004 21:10:42 +0000 (21:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_defs.i
wxPython/src/_settings.i

index e8b4f7fdd1d59c415371f30a3f4b899579db9cb0..d7818e8883dcbe9ea7f280ffee08ef454ce45b48 100644 (file)
@@ -875,7 +875,7 @@ typedef enum {
 // menu and toolbar item kinds
 enum wxItemKind
 {
 // menu and toolbar item kinds
 enum wxItemKind
 {
-    wxITEM_SEPARATOR = -1,
+    wxITEM_SEPARATOR,
     wxITEM_NORMAL,
     wxITEM_CHECK,
     wxITEM_RADIO,
     wxITEM_NORMAL,
     wxITEM_CHECK,
     wxITEM_RADIO,
index 379a988facb29ab35a4ccc37cd1046d2fa52ed14..0525c88310d648dadc592a644721b46fabbeaec6 100644 (file)
@@ -175,20 +175,12 @@ public:
 };
 
 
 };
 
 
-// %pythoncode {
-// %# backwards compatibility aliasses
-// SystemSettings_GetSystemColour = SystemSettings_GetColour
-// SystemSettings_GetSystemFont   = SystemSettings_GetFont
-// SystemSettings_GetSystemMetric = SystemSettings_GetMetric
-// }    
-
-
 //---------------------------------------------------------------------------
 
 class wxSystemOptions : public wxObject
 {
 public:
 //---------------------------------------------------------------------------
 
 class wxSystemOptions : public wxObject
 {
 public:
-    wxSystemOptions() { }
+    wxSystemOptions();
 
     // User-customizable hints to wxWindows or associated libraries
     // These could also be used to influence GetSystem... calls, indeed
 
     // User-customizable hints to wxWindows or associated libraries
     // These could also be used to influence GetSystem... calls, indeed