]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/frame.h
Added wx/listbase.h with wxListCtrl types, so we can
[wxWidgets.git] / include / wx / motif / frame.h
index f0493408da9a56f0d6fb45515467dada110875de..638e8da237d55919ed1e8e2aaee0c24c92a13165 100644 (file)
@@ -54,7 +54,8 @@ public:
     
     // Set icon
     virtual void SetIcon(const wxIcon& icon);
-    
+    virtual void SetIcons(const wxIconBundle& icons);
+
 #if wxUSE_STATUSBAR
     virtual void PositionStatusBar();
 #endif // wxUSE_STATUSBAR
@@ -107,7 +108,10 @@ public:
 protected:
     // common part of all ctors
     void Init();
-    
+
+    // set a single icon for the frame
+    void DoSetIcon( const wxIcon& icon );
+
     //// Motif-specific
     WXWidget              m_frameShell;
     WXWidget              m_frameWidget;