Refactored wxStaticBox, and changed wxStaticBox and wxRadioBox border

style from sunken to the default Motif style.
  Added some convenience macros for checking Motif/Lesstif version.
  Fixed the bug that caused wxStaticBox size to change when label text
was changed.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-03-02 20:08:45 +00:00
parent a73903480f
commit 483561c568
5 changed files with 69 additions and 82 deletions

View File

@@ -96,7 +96,8 @@ wxMotif:
with Motif 1.x compatibility
- implemented wxToggleButton
- made wxButton a bit smaller by default
- wxRadioBox and wxStaticBox now use the default shadow (border) style
instead of
wxUniv:
- Controls in toolbars now supported.