]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/frame.h
#4479: wx.ComboBox needs a SetFont method
[wxWidgets.git] / include / wx / motif / frame.h
index 9aa254904e80a281c74447b3963ddd2a34311cb8..9aa7129aa399b813ebbaef81402c27e22be1d720 100644 (file)
 #ifndef _WX_MOTIF_FRAME_H_
 #define _WX_MOTIF_FRAME_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "frame.h"
-#endif
-
-class WXDLLEXPORT wxFrame : public wxFrameBase
+class WXDLLIMPEXP_CORE wxFrame : public wxFrameBase
 {
 public:
     wxFrame() { Init(); }
@@ -52,7 +48,6 @@ public:
     void SetTitle(const wxString& title);
 
     // Set icon
-    virtual void SetIcon(const wxIcon& icon);
     virtual void SetIcons(const wxIconBundle& icons);
 
 #if wxUSE_STATUSBAR
@@ -126,9 +121,10 @@ private:
                                const wxString& name);
 
 
+
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxFrame)
 };
 
-#endif
-// _WX_MOTIF_FRAME_H_
+#endif // _WX_MOTIF_FRAME_H_
+