]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/stattextg.h
Refactor the event processing code to add ProcessEventLocally().
[wxWidgets.git] / include / wx / generic / stattextg.h
index 02860ea951102e49533f5b79f0136cc06cb766b2..361c3dc0071643ae0fcb5378db51df933e10b978 100644 (file)
@@ -44,12 +44,13 @@ public:
                 const wxString& name = wxStaticTextNameStr);
 
 
-protected:
-    virtual wxSize DoGetBestClientSize() const;
-
+    // overridden base class virtual methods
     virtual void SetLabel(const wxString& label);
     virtual bool SetFont(const wxFont &font);
 
+protected:
+    virtual wxSize DoGetBestClientSize() const;
+
     virtual wxString DoGetLabel() const { return m_label; }
     virtual void DoSetLabel(const wxString& label);