]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/scrolwin.h
Lots of updates for color dialog and sliders
[wxWidgets.git] / include / wx / generic / scrolwin.h
index 0808cbb2b34fe775a120578d41a5bd0a54203485..ce9c0e75de816a01cbf6eea584c57aadc1c28a55 100644 (file)
@@ -27,7 +27,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr;
 
 // default scrolled window style
 #ifndef wxScrolledWindowStyle
-#define wxScrolledWindowStyle (wxHSCROLL | wxVSCROLL)
+    #define wxScrolledWindowStyle (wxHSCROLL | wxVSCROLL)
 #endif
 
 // avoid triggering this stupid VC++ warning
@@ -66,7 +66,7 @@ public:
 
     virtual void PrepareDC(wxDC& dc) { DoPrepareDC(dc); }
 
-        // lay out the window and its children
+    // lay out the window and its children
     virtual bool Layout();
 
 protected:
@@ -91,3 +91,4 @@ private:
 
 #endif
     // _WX_GENERIC_SCROLLWIN_H_
+