Added wxIconBundle and wxTopLevelWindow.SetIcons.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -105,6 +105,8 @@ public:
|
||||
// set the frame icon
|
||||
virtual void SetIcon(const wxIcon& icon);
|
||||
|
||||
// set the frame icons
|
||||
virtual void SetIcons(const wxIconBundle& icons );
|
||||
|
||||
// maximize the window to cover entire screen
|
||||
virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
|
||||
|
Reference in New Issue
Block a user