X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/687d733769cc797102a52c7cad8edd32be5a2f89..e633eb2f36ebdfafffbbf6b4cc0f5ae6e498b54e:/src/gtk/combobox.cpp diff --git a/src/gtk/combobox.cpp b/src/gtk/combobox.cpp index 499e2153d9..9f631e21d8 100644 --- a/src/gtk/combobox.cpp +++ b/src/gtk/combobox.cpp @@ -1,54 +1,202 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: combobox.cpp +// Name: src/gtk/combobox.cpp // Purpose: // Author: Robert Roebling // Id: $Id$ // Copyright: (c) 1998 Robert Roebling -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "combobox.h" -#endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" +#if wxUSE_COMBOBOX #include "wx/combobox.h" -#include +#include "wx/settings.h" +#include "wx/arrstr.h" +#include "wx/intl.h" + +#include "wx/textctrl.h" // for wxEVT_COMMAND_TEXT_UPDATED -#include "gdk/gdk.h" -#include "gtk/gtk.h" +// We use GtkCombo which has been deprecated since GTK+ 2.3.0 +// in favour of GtkComboBox for