]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/listbox.h
In wxGTK2 the wxMessageDialog is not a real wxDialog so its m_widget
[wxWidgets.git] / include / wx / mac / carbon / listbox.h
index d471bb7940e76a4faaee0392ea521e3a07bad8f6..ecb867cdd36d14b61a06008265843808818d8f77 100644 (file)
@@ -127,8 +127,6 @@ public:
 
     // Windows callbacks
 
-    virtual void    MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
-       virtual bool MacCanFocus() const { return true ; }
     void OnChar(wxKeyEvent& event);
 
     void*           m_macList ;
@@ -154,8 +152,6 @@ protected:
     void            MacDoClick() ;
     void            MacDoDoubleClick() ;
 
-    // do we have multiple selections?
-    bool HasMultipleSelection() const;
 
     // free memory (common part of Clear() and dtor)
     // prevent collision with some BSD definitions of macro Free()