mini frame rewrite (titlebar still missing)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-04-14 14:55:56 +00:00
parent ba555d51b0
commit 32a95f9f1a
6 changed files with 392 additions and 212 deletions

View File

@@ -53,16 +53,11 @@ public:
long style = wxDEFAULT_FRAME_STYLE | wxTINY_CAPTION_HORIZ,
const wxString& name = wxFrameNameStr);
// implementation
// implementation
bool m_isDragging;
int m_oldX,m_oldY;
int m_diffX,m_diffY;
void DrawFrame( int x, int y );
void OnPaint( wxPaintEvent &event );
void OnMouse( wxMouseEvent &event );
DECLARE_EVENT_TABLE()
};
#endif