]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/textctrl.h
Fixed a void* to wxObject* conversion error in a return causing compile break across...
[wxWidgets.git] / include / wx / gtk1 / textctrl.h
index 8844ee99fecb436f3c2d2db2aa452138190e6847..7c18d927dc6d615a7a4dd8f605657ce88a80657c 100644 (file)
@@ -127,9 +127,13 @@ public:
     bool IsOwnGtkWindow( GdkWindow *window );
     void ApplyWidgetStyle();
     void CalculateScrollbar();
+    void OnInternalIdle();
 
     void SetModified() { m_modified = TRUE; }
 
+protected:
+    virtual wxSize DoGetBestSize() const;
+
 private:
     bool        m_modified;
     GtkWidget  *m_text;