]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_controls.py
Include wx/msw/wrap*.h according to pch support (with other minor cleaning).
[wxWidgets.git] / wxPython / src / mac / _controls.py
index a90166bd4f24ebe9a5f2bd55b5bf0d26bfc964b9..0243c5a3021b7ec22400b63e23dd7488f7b18347 100644 (file)
@@ -677,6 +677,9 @@ class ComboBox(_core.Control,_core.ItemContainer):
         """
         return _controls_.ComboBox_SetMark(*args, **kwargs)
 
+    def GetMark(self):
+        raise NotImplementedError
+
     def GetCurrentSelection(*args, **kwargs):
         """
         GetCurrentSelection(self) -> int
@@ -1454,6 +1457,9 @@ class CheckListBox(ListBox):
         """Check(self, unsigned int index, int check=True)"""
         return _controls_.CheckListBox_Check(*args, **kwargs)
 
+    def GetItemHeight(self):
+        raise NotImplementedError
+
     ItemHeight = property(GetItemHeight,doc="See `GetItemHeight`") 
 _controls_.CheckListBox_swigregister(CheckListBox)