]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_taskbar.i
demo tweaks
[wxWidgets.git] / wxPython / src / _taskbar.i
index 3b37db21b28529baa1084f06b9872f25169313a6..c32be7d5a7b91dbde19ba709a4dc433367c1ca81 100644 (file)
@@ -65,6 +65,8 @@ public:
 
 #ifndef __WXMAC__
     bool IsOk() const;
+    %pythoncode { def __nonzero__(self): return self.IsOk() }
+    
     bool IsIconInstalled() const;
 
     bool SetIcon(const wxIcon& icon, const wxString& tooltip = wxPyEmptyString);