]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_event.i
wxLogTrace API change
[wxWidgets.git] / wxPython / src / _event.i
index 0dce8b8d8e8565af2704cfc6092dfc926782ce2c..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;