X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d84afea9d1ec41ee4e2ebb3bf6b87926cf5f04d1..0304b437122f9a776944ba27c4cd4f5f12bf9a56:/include/wx/mac/listbox.h diff --git a/include/wx/mac/listbox.h b/include/wx/mac/listbox.h index 126567e96c..ff4be45527 100644 --- a/include/wx/mac/listbox.h +++ b/include/wx/mac/listbox.h @@ -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;