]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/combobox.h
signned/unsigned fix
[wxWidgets.git] / include / wx / mac / combobox.h
index b787187d3be8c4389396d0cbbd6a4f02c7f8c91f..eec2b6360a56e6d11268972ccf66a779bd3b22e8 100644 (file)
@@ -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 );