]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/frame.h
change grow box implementation - was incorrectly getting the focus in panels before
[wxWidgets.git] / include / wx / motif / frame.h
index 7e52ecd46752aaed4013684d1f79969f6913f32c..64f808bbadd4203ac56dd766216e3f4844f84ace 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_MOTIF_FRAME_H_
 #define _WX_MOTIF_FRAME_H_
 
-class WXDLLEXPORT wxFrame : public wxFrameBase
+class WXDLLIMPEXP_CORE wxFrame : public wxFrameBase
 {
 public:
     wxFrame() { Init(); }
@@ -87,10 +87,9 @@ public:
 
     bool PreResize();
 
-    void SendSizeEvent();
-
     // for generic/mdig.h
     virtual void DoGetClientSize(int *width, int *height) const;
+
 private:
     // common part of all ctors
     void Init();