projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Moved the wxPageSetupDialogData <-> native conversion
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
spinbutt.h
diff --git
a/include/wx/gtk1/spinbutt.h
b/include/wx/gtk1/spinbutt.h
index 0969b157d34b2238401a2437bdc472a57127c89c..bbf998067d705e5b07170fce934707eebb489c5f 100644
(file)
--- a/
include/wx/gtk1/spinbutt.h
+++ b/
include/wx/gtk1/spinbutt.h
@@
-11,7
+11,7
@@
#ifndef _WX_GTK_SPINBUTT_H_
#define _WX_GTK_SPINBUTT_H_
#ifndef _WX_GTK_SPINBUTT_H_
#define _WX_GTK_SPINBUTT_H_
-#if defined(__GNUG__) && !defined(
__APPLE__
)
+#if defined(__GNUG__) && !defined(
NO_GCC_PRAGMA
)
#pragma interface
#endif
#pragma interface
#endif
@@
-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;