]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbr95.h
Added NormalizeFontSizes which will set the html font sizes based on
[wxWidgets.git] / include / wx / msw / statbr95.h
index b41f51da05ba39cea61078882ee5ddf5bcf85ca1..fca1b43d8aa219cb0788f6f3e0066744c80f4023 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04.04.98
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef   _STATBR95_H
@@ -48,6 +48,9 @@ public:
     // set status line fields' widths
     virtual void SetStatusWidths(int n, const int widths_field[]);
 
+    // set status line fields' styles
+    virtual void SetStatusStyles(int n, const int styles[]);
+
     // sets the minimal vertical size of the status bar
     virtual void SetMinHeight(int height);