X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a1498b6eab7fc18b0ce56d995d283ea6f35428b..4264606eedb18f626e864020082d8dde8d055eea:/include/wx/gtk/minifram.h diff --git a/include/wx/gtk/minifram.h b/include/wx/gtk/minifram.h index a8ae584b23..0a5d6107b6 100644 --- a/include/wx/gtk/minifram.h +++ b/include/wx/gtk/minifram.h @@ -7,23 +7,12 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __GTKMINIFRAMEH__ -#define __GTKMINIFRAMEH__ +#ifndef _WX_GTK_MINIFRAME_H_ +#define _WX_GTK_MINIFRAME_H_ -#include "wx/defs.h" - -#if wxUSE_MINIFRAME - -#include "wx/object.h" #include "wx/bitmap.h" #include "wx/frame.h" -//----------------------------------------------------------------------------- -// classes -//----------------------------------------------------------------------------- - -class WXDLLIMPEXP_CORE wxMiniFrame; - //----------------------------------------------------------------------------- // wxMiniFrame //----------------------------------------------------------------------------- @@ -54,15 +43,18 @@ public: const wxString& name = wxFrameNameStr); virtual void SetTitle( const wxString &title ); + +protected: + virtual void DoGetClientSize(int* width, int* height) const; + // implementation - +public: bool m_isDragging; int m_oldX,m_oldY; int m_diffX,m_diffY; wxBitmap m_closeButton; + int m_miniEdge; + int m_miniTitle; }; -#endif - -#endif - // __GTKMINIFRAMEH__ +#endif // _WX_GTK_MINIFRAME_H_