projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added Collapse() and Expand()
[wxWidgets.git]
/
include
/
wx
/
gtk
/
spinbutt.h
diff --git
a/include/wx/gtk/spinbutt.h
b/include/wx/gtk/spinbutt.h
index 4daf12bb375eefef7092b352c750a6aeaf602334..cb7e59778e90d6001571a4dbd0662d970a68eccc 100644
(file)
--- a/
include/wx/gtk/spinbutt.h
+++ b/
include/wx/gtk/spinbutt.h
@@
-51,6
+51,9
@@
public:
int m_pos;
protected:
+ void GtkDisableEvents() const;
+ void GtkEnableEvents() const;
+
virtual wxSize DoGetBestSize() const;
virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;