]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/listbox.h
added WXDisplay for Mac
[wxWidgets.git] / include / wx / mac / listbox.h
index 126567e96c4029f3844e041111575bff8a67f45b..ff4be4552789f7ec0cdeba6fc390f4608bb1ea7c 100644 (file)
@@ -110,6 +110,8 @@ public:
 
     virtual void    SetupColours();
     virtual void    MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ;
+       virtual bool MacCanFocus() const { return true ; }
+    void OnChar(wxKeyEvent& event);
 
     void*           m_macList ;
     wxArrayString   m_stringArray ;
@@ -140,6 +142,8 @@ protected:
 
     int m_noItems;
     int m_selected;
+       wxString  m_typeIn ;
+       long      m_lastTypeIn ;
 
     virtual wxSize DoGetBestSize() const;