]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/statusbr.h
Added missing wxGetFullHostName() and wxNO_DEFAULT for generic msgdialog
[wxWidgets.git] / include / wx / stubs / statusbr.h
index c0f83a26d0c4db828f367ef9901ffd8157f9794f..c5dcc0dc7d91c57741830d9e26e069696c8ee4f9 100644 (file)
@@ -44,6 +44,10 @@ public:
   void OnSize(wxSizeEvent& event);
 
   DECLARE_EVENT_TABLE()
+
+protected:
+  void CopyFieldsWidth(const int widths[]);
+  void SetFieldsWidth();
 };
 
 #endif