X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fdc8ef94855ad7d32f9c654f0ef8ea1e16fa4392..c2bbeff0048b6f02bf1ef41edc6c7a3ce148f907:/include/wx/mac/combobox.h diff --git a/include/wx/mac/combobox.h b/include/wx/mac/combobox.h index b787187d3b..eec2b6360a 100644 --- a/include/wx/mac/combobox.h +++ b/include/wx/mac/combobox.h @@ -6,7 +6,7 @@ // Created: ??/??/98 // RCS-ID: $Id$ // Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_COMBOBOX_H_ @@ -37,6 +37,7 @@ class WXDLLEXPORT wxComboBox: public wxChoice // forward these functions to all subcontrols virtual bool Enable(bool enable = TRUE); virtual bool Show(bool show = TRUE); + virtual void SetFocus(); // callback functions virtual void DelegateTextChanged( const wxString& value );