const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxSL_HORIZONTAL,
- const wxValidator& validator = wxDefaultValidator,
+ const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxSliderNameStr );
virtual int GetValue() const;
virtual void SetValue( int );
int GetThumbLength() const;
void SetTick( int tickPos );
- // implementation
+ // implementation
// --------------
-
+
bool IsOwnGtkWindow( GdkWindow *window );
void ApplyWidgetStyle();
-
+
GtkAdjustment *m_adjust;
float m_oldPos;
-
+
private:
DECLARE_DYNAMIC_CLASS(wxSlider)
};