mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 08:53:06 +08:00
Merge branch 'improve-samples' of github.com:PBfordev/wxWidgets
Tiny improvements to drawing and menu samples. See #26702.
This commit is contained in:
@@ -1156,7 +1156,7 @@ void MyCanvas::DrawText(wxDC& dc)
|
||||
#ifdef __WXMSW__
|
||||
" (only when using Direct2D)"
|
||||
#endif
|
||||
": \U0001F60A"), dc.FromDIP(400), y);
|
||||
": \xF0\x9F\x98\x8A"), dc.FromDIP(400), y);
|
||||
}
|
||||
|
||||
static const struct
|
||||
|
||||
@@ -638,7 +638,7 @@ MyFrame::MyFrame()
|
||||
menuMenu->AppendSeparator();
|
||||
#endif
|
||||
|
||||
menuMenu->Append(Menu_Menu_GetInfo, "Get menu item in&fo\tAlt-F",
|
||||
menuMenu->Append(Menu_Menu_GetInfo, "Get menu item inf&o\tAlt-O",
|
||||
"Show the state of the last menu item");
|
||||
#if wxUSE_TEXTDLG
|
||||
menuMenu->Append(Menu_Menu_SetLabel, "Set menu item label\tAlt-L",
|
||||
|
||||
Reference in New Issue
Block a user