]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/combobox.h
support retina display
[wxWidgets.git] / include / wx / gtk / combobox.h
index e31a347c8ec2bf3f053e110684a9512f615b3ec4..72ac945b9333c7dc19172e91b038f31261649468 100644 (file)
@@ -56,6 +56,7 @@ public:
         Init();
         Create(parent, id, value, pos, size, choices, style, validator, name);
     }
+    ~wxComboBox();
 
     bool Create(wxWindow *parent, wxWindowID id,
                 const wxString& value = wxEmptyString,
@@ -144,6 +145,8 @@ protected:
     // custom list stores.
     virtual void GTKCreateComboBoxWidget();
 
+    virtual wxSize DoGetSizeFromTextSize(int xlen, int ylen = -1) const;
+
     virtual GtkEntry *GetEntry() const
         { return m_entry; }