projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed unnecessary code from utilsunx.cpp
[wxWidgets.git]
/
include
/
wx
/
gtk
/
spinctrl.h
diff --git
a/include/wx/gtk/spinctrl.h
b/include/wx/gtk/spinctrl.h
index 1fa6b82982ee8dcf9db587876ae1ae028612913a..14065fb96a2c0ea87ed1b95702974aa90ecb5ac6 100644
(file)
--- a/
include/wx/gtk/spinctrl.h
+++ b/
include/wx/gtk/spinctrl.h
@@
-65,10
+65,15
@@
public:
bool IsOwnGtkWindow( GdkWindow *window );
void ApplyWidgetStyle();
bool IsOwnGtkWindow( GdkWindow *window );
void ApplyWidgetStyle();
+ void GtkDisableEvents();
+ void GtkEnableEvents();
GtkAdjustment *m_adjust;
float m_oldPos;
GtkAdjustment *m_adjust;
float m_oldPos;
+protected:
+ virtual wxSize DoGetBestSize() const;
+
private:
DECLARE_DYNAMIC_CLASS(wxSpinCtrl)
DECLARE_EVENT_TABLE()
private:
DECLARE_DYNAMIC_CLASS(wxSpinCtrl)
DECLARE_EVENT_TABLE()