1. wxStaticText, wxStaticBox, wxButton drawing implemented
2. "pseudo dynamic" wxTheme creation 3. hack to solve GetBestSize() problem 4. more methods in wxDC:: GetMultiLineTextExtent(), DrawLabel() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxUNIVERSAL@8107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -65,7 +65,8 @@
|
||||
#define wxUSE_FONTMAP 0
|
||||
#define wxUSE_MIMETYPE 0
|
||||
|
||||
#define wxUSE_BUTTON 0
|
||||
#define wxUSE_CONTROLS 1
|
||||
#define wxUSE_BUTTON 1
|
||||
#define wxUSE_BMPBUTTON 0
|
||||
#define wxUSE_CARET 0
|
||||
#define wxUSE_CHECKBOX 0
|
||||
@@ -82,8 +83,9 @@
|
||||
#define wxUSE_SLIDER 0
|
||||
#define wxUSE_SPINBTN 0
|
||||
#define wxUSE_SPINCTRL 0
|
||||
#define wxUSE_STATBOX 1
|
||||
#define wxUSE_STATLINE 0
|
||||
#define wxUSE_STATTEXT 0
|
||||
#define wxUSE_STATTEXT 1
|
||||
#define wxUSE_STATLBMP 0
|
||||
#define wxUSE_STATUSBAR 0
|
||||
#define wxUSE_TOOLTIPS 0
|
||||
|
Reference in New Issue
Block a user