projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hid integration
[wxWidgets.git]
/
include
/
wx
/
gtk
/
spinbutt.h
diff --git
a/include/wx/gtk/spinbutt.h
b/include/wx/gtk/spinbutt.h
index ce80a907e56fc5fab06c829f43fa907f346d2d2c..bbf998067d705e5b07170fce934707eebb489c5f 100644
(file)
--- a/
include/wx/gtk/spinbutt.h
+++ b/
include/wx/gtk/spinbutt.h
@@
-46,11
+46,13
@@
public:
virtual int GetMin() const;
virtual int GetMax() const;
virtual int GetMin() const;
virtual int GetMax() const;
+ static wxVisualAttributes
+ GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
// implementation
void OnSize( wxSizeEvent &event );
bool IsOwnGtkWindow( GdkWindow *window );
// implementation
void OnSize( wxSizeEvent &event );
bool IsOwnGtkWindow( GdkWindow *window );
- void ApplyWidgetStyle();
GtkAdjustment *m_adjust;
float m_oldPos;
GtkAdjustment *m_adjust;
float m_oldPos;