Attempted to add the SplitTree gizmo classes, but it is not working on
MSW... :-( git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,7 +33,7 @@ class TestPanel(wxPanel):
|
||||
def OnDoPopup(self, evt):
|
||||
menu = wxMenu()
|
||||
# Make this first item bold
|
||||
item = wxMenuItem(menu, wxNewId(), "If supported, this is &bold")
|
||||
item = wxMenuItem(menu, wxNewId(), "If supported, this is bold")
|
||||
df = wxSystemSettings_GetSystemFont(wxSYS_DEFAULT_GUI_FONT)
|
||||
nf = wxFont(df.GetPointSize(), df.GetFamily(), df.GetStyle(), wxBOLD,
|
||||
false, df.GetFaceName())
|
||||
|
Reference in New Issue
Block a user