]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_listbox.i
more warning fixes about empty if statement in helper classes in release build
[wxWidgets.git] / wxPython / src / _listbox.i
index 4a0be69b3ea9763cf2e6a861f7e0d599504148c9..22960358a414391897da15b7b96abe01681b036c 100644 (file)
@@ -165,6 +165,8 @@ public:
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
+    %property(Selections, GetSelections, doc="See `GetSelections`");
 };
 
 
 };
 
 
@@ -205,6 +207,11 @@ public:
 
 #if defined(__WXMSW__) || defined(__WXGTK__)
     int GetItemHeight();
 
 #if defined(__WXMSW__) || defined(__WXGTK__)
     int GetItemHeight();
+#else
+    %pythoncode {
+        def GetItemHeight(self):
+            raise NotImplementedError
+    }
 #endif
 
     %property(ItemHeight, GetItemHeight, doc="See `GetItemHeight`");
 #endif
 
     %property(ItemHeight, GetItemHeight, doc="See `GetItemHeight`");