git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39127
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void ChangeFontGlobally();
GtkWidget *m_text;
- GtkWidget *m_vScrollbar;
bool m_modified:1;
- bool m_vScrollbarVisible:1;
bool m_ignoreNextUpdate:1;
// Our text buffer. Convenient, and holds the buffer while using
m_ignoreNextUpdate =
m_modified = false;
SetUpdateFont(false);
- m_text =
- m_vScrollbar = (GtkWidget *)NULL;
+ m_text = NULL;
m_frozenness = 0;
m_gdkHandCursor = NULL;
m_gdkXTermCursor = NULL;
return false;
}
-
- m_vScrollbarVisible = false;
-
bool multi_line = (style & wxTE_MULTILINE) != 0;
if (multi_line)