added wxSYS_ICONTITLE_FONT (patch 816026)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,7 +28,11 @@ enum wxSystemFont
|
||||
wxSYS_DEVICE_DEFAULT_FONT,
|
||||
wxSYS_DEFAULT_PALETTE,
|
||||
wxSYS_SYSTEM_FIXED_FONT,
|
||||
wxSYS_DEFAULT_GUI_FONT
|
||||
wxSYS_DEFAULT_GUI_FONT,
|
||||
wxSYS_ICONTITLE_FONT
|
||||
#ifndef __WXMSW__
|
||||
= wxSYS_DEFAULT_GUI_FONT
|
||||
#endif
|
||||
};
|
||||
|
||||
// possible values for wxSystemSettings::GetColour() parameter
|
||||
|
Reference in New Issue
Block a user