]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_event.i
Updated tools
[wxWidgets.git] / wxPython / src / _event.i
index 6e8de85b91ad493aa687be57bbddece1d47cb4a8..877fab6d122e3b5568240a28fa850d025e501d0c 100644 (file)
@@ -450,7 +450,8 @@ public:
 
     // Get checkbox value
     bool IsChecked() const;
-
+    %pythoncode { Checked = IsChecked }
+    
     // True if the listbox event was a selection.
     bool IsSelection() const;
 
@@ -699,11 +700,11 @@ public:
 
     %extend {
         int GetUniChar() {
-        #if wxUSE_UNICODE
+        %#if wxUSE_UNICODE
             return self->m_uniChar;
-        #else
+        %#else
             return 0;
-        #endif
+        %#endif
         }
     }
     
@@ -990,6 +991,8 @@ enum wxUpdateUIMode
     wxUPDATE_UI_PROCESS_SPECIFIED
 };
 
+
+
 class wxUpdateUIEvent : public wxCommandEvent
 {
 public:
@@ -1029,7 +1032,6 @@ public:
     static wxUpdateUIMode GetMode();
 };
 
-
 //---------------------------------------------------------------------------
 %newgroup;
 
@@ -1183,6 +1185,7 @@ enum wxIdleMode
     wxIDLE_PROCESS_SPECIFIED
 };
 
+
 class wxIdleEvent : public wxEvent
 {
 public: