Readded close button to wxMiniFrame and use the

close XBM similar to the one used in Anjuta's
    docking library.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-08-23 21:07:33 +00:00
parent ba938d0788
commit 00e4ffbc23
2 changed files with 41 additions and 64 deletions

View File

@@ -15,6 +15,7 @@
#if wxUSE_MINIFRAME
#include "wx/object.h"
#include "wx/bitmap.h"
#include "wx/frame.h"
//-----------------------------------------------------------------------------
@@ -58,6 +59,7 @@ public:
bool m_isDragging;
int m_oldX,m_oldY;
int m_diffX,m_diffY;
wxBitmap m_closeButton;
};
#endif