scrollbar support added (experimental)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-07-24 17:02:23 +00:00
parent 0f217db318
commit 13289f04ae
4 changed files with 164 additions and 78 deletions

View File

@@ -101,6 +101,8 @@ public:
private:
bool m_modified;
GtkWidget *m_text;
};
#endif // __GTKTEXTCTRLH__