#pragma hdrstop
#endif
+#if wxUSE_TEXTCTRL || wxUSE_COMBOBOX
+
#ifndef WX_PRECOMP
+ #include "wx/window.h"
+ #include "wx/textctrl.h"
#endif //WX_PRECOMP
#include "wx/textentry.h"
// "insert_text" handler for GtkEntry
static void
wx_gtk_insert_text_callback(GtkEditable *editable,
- const gchar *new_text,
- gint new_text_length,
- gint *position,
+ const gchar * WXUNUSED(new_text),
+ gint WXUNUSED(new_text_length),
+ gint * WXUNUSED(position),
wxTextEntry *text)
{
// we should only be called if we have a max len limit at all
win->GetEventHandler()->ProcessEvent(event);
}
+#endif // wxUSE_TEXTCTRL || wxUSE_COMBOBOX