wxMenu::Append (and similar) now return a pointer to the wxMenuItem
that was added. Checked on MSW, GTK, and Mac, other port authors please double check changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,6 +114,8 @@ All (GUI):
|
||||
when sizing smaller) (Shane Harper)
|
||||
- dbbrowse demo fixed for Unicode (Wlodzimierz Skiba)
|
||||
- added wxStatusBar support to XRC (Brian Ravnsgaard Riis)
|
||||
- wxMenu::Append and etc. return a pointer to the wxMenuItem that was
|
||||
added or inserted, or NULL on failure.
|
||||
|
||||
wxMSW:
|
||||
|
||||
|
Reference in New Issue
Block a user