]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/minifram.h
create greyed image for wxBitmapButton in MSW automatically, as in wxGTK (replaces...
[wxWidgets.git] / include / wx / gtk1 / minifram.h
index c8f07a0836f77dee30b78219309934eba1cdfccf..122d4f74c2e2b79243ddee4fe925d66de99e0b6f 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        minifram.h
+// Name:        wx/gtk1/minifram.h
 // Purpose:     wxMiniFrame class
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
@@ -21,7 +21,7 @@
 // classes
 //-----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_CORE wxMiniFrame;
+class WXDLLIMPEXP_FWD_CORE wxMiniFrame;
 
 //-----------------------------------------------------------------------------
 // wxMiniFrame
@@ -54,7 +54,7 @@ public:
 
     virtual void SetTitle( const wxString &title );
  // implementation
+
     bool   m_isDragging;
     int    m_oldX,m_oldY;
     int    m_diffX,m_diffY;