#define _WX_UNIV_COMBOBOX_H_
#ifdef __GNUG__
- #pragma implementation "univcombobox.h"
+ #pragma interface "univcombobox.h"
#endif
class WXDLLEXPORT wxComboControl;
const wxString& strArg = wxEmptyString);
// event handlers
- void OnKey(wxCommandEvent& event);
+ void OnKey(wxKeyEvent& event);
// common part of all ctors
void Init();