]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/slider.h
Added test.xpm generated from horse.png, for compilation.
[wxWidgets.git] / include / wx / gtk / slider.h
index f6839196420d722080bc7e373d241146a0a2dd99..cb7e567c0f852985ecd08d4bd8359f3b0517599b 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        slider.h
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
+// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -63,9 +62,6 @@ class wxSlider: public wxControl
            const wxString& name = wxSliderNameStr );
     virtual int GetValue(void) const;
     virtual void SetValue( int );
-    void GetSize( int *x, int *y ) const;
-    void SetSize( int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO );
-    void GetPosition( int *x, int *y ) const;
     void SetRange( int minValue, int maxValue );
     int GetMin(void) const;
     int GetMax(void) const;
@@ -87,6 +83,7 @@ class wxSlider: public wxControl
   // implementation    
     
     bool IsOwnGtkWindow( GdkWindow *window );
+    void ApplyWidgetStyle();
     
     GtkAdjustment  *m_adjust;
     float           m_oldPos;