X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0efe5ba76e45711cad627222905a55c7e04adf9a..9750fc4245cf539981863964183754a930632f19:/include/wx/gtk1/textctrl.h diff --git a/include/wx/gtk1/textctrl.h b/include/wx/gtk1/textctrl.h index a12d3ccae2..7c18d927dc 100644 --- a/include/wx/gtk1/textctrl.h +++ b/include/wx/gtk1/textctrl.h @@ -12,7 +12,7 @@ #define __GTKTEXTCTRLH__ #ifdef __GNUG__ - #pragma interface + #pragma interface "textctrl.h" #endif //----------------------------------------------------------------------------- @@ -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;