]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/gauge.h
All functionality I know hot implement already implemented.
[wxWidgets.git] / include / wx / gtk1 / gauge.h
index 51e9563b56d9d8c39edda0add93a520300a4ba86..d6c546f706177f175f49edb93d5113856ac7674e 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        gauge.h
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -72,9 +71,11 @@ class wxGauge: public wxControl
 
     // Are we a Win95/GTK progress bar, or a normal gauge?
     inline bool GetProgressBar(void) const { return m_useProgressBar; }
-
- protected:
+    
+  // implementation
+    
+    void ApplyWidgetStyle();
+  
    int      m_rangeMax;
    int      m_gaugePos;
    bool     m_useProgressBar;