]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/gauge.h
Document wxKill(wxSIGTERM) reliance on having an open window in wxMSW.
[wxWidgets.git] / include / wx / gtk / gauge.h
index 728d6b77829bbf7c93549a3b1f5ba5d126369bf8..53c2cea3724dfa2f7528b52091ce479f8e2eec70 100644 (file)
@@ -71,15 +71,14 @@ public:
         m_gaugePos;
 
 protected:
-    // common part of all ctors
-    void Init() { m_rangeMax = m_gaugePos = 0; }
-
     // set the gauge value to the value of m_gaugePos
     void DoSetGauge();
 
     virtual wxSize DoGetBestSize() const;
 
 private:
+    void Init() { m_rangeMax = m_gaugePos = 0; }
+
     DECLARE_DYNAMIC_CLASS(wxGauge)
 };