]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statline.h
html help : added '?' icon to root node of contents panel
[wxWidgets.git] / include / wx / generic / statline.h
index d8832381ac213c9bf638adf26eb0a1d7bba82056..5d3dafa675de09bdde429f35c329298067a9967f 100644 (file)
@@ -46,6 +46,11 @@ public:
                  long style = wxLI_HORIZONTAL,
                  const wxString &name = wxStaticTextNameStr );
 
+    // it's necessary to override this wxWindow function because we
+    // will want to return the main widget for m_statbox
+    //
+    WXWidget GetMainWidget() const;
+        
 protected:
     // we implement the static line using a static box
     wxStaticBox *m_statbox;