]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/slider.h
Removed obsolete files
[wxWidgets.git] / include / wx / gtk / slider.h
index 651950e5e0350adbe6eae7b721492eb6ffd2fed7..c94dae8403fbc4945cbe45506ba82f4eb6bc0ebd 100644 (file)
@@ -57,7 +57,7 @@ public:
            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 );
@@ -79,15 +79,15 @@ public:
     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)
 };