#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();
public:
wxStdComboBoxInputHandler(wxInputHandler *inphand);
- virtual bool HandleKey(wxControl *control,
+ virtual bool HandleKey(wxInputConsumer *consumer,
const wxKeyEvent& event,
bool pressed);
};