///////////////////////////////////////////////////////////////////////////// // Name: src/gtk/combobox.cpp // Purpose: // Author: Robert Roebling // Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #if wxUSE_COMBOBOX #include "wx/combobox.h" #include "wx/settings.h" #include "wx/arrstr.h" #include "wx/intl.h" #include "wx/textctrl.h" // for wxEVT_COMMAND_TEXT_UPDATED // We use GtkCombo which has been deprecated since GTK+ 2.3.0 // in favour of GtkComboBox for