added status bar fields styles support (patch 988292)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-25 16:13:52 +00:00
parent 22dec51f90
commit c2919ab326
14 changed files with 373 additions and 50 deletions

View File

@@ -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);