]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_event.i
Applied patch [ 827011 ] Event-based processing of item tooltips in wxTreeCtrl
[wxWidgets.git] / wxPython / src / _event.i
index 6e8de85b91ad493aa687be57bbddece1d47cb4a8..f75e41cd95c58177c40975c165ba405d0db85f44 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
         }
     }