]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/frames.i
Project file update
[wxWidgets.git] / wxPython / src / frames.i
index fc4ed7f10dd46383b6e8344fc28bc7a9e6494a6d..2e243a7ed2e2aa62e1e745daeebef66f47e51aaf 100644 (file)
@@ -105,6 +105,8 @@ public:
     // set the frame icon
     virtual void SetIcon(const wxIcon& icon);
 
     // 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);
 
     // maximize the window to cover entire screen
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);