integrated my latest changes and Vadim's fixes on top of that

Compiles, but works?


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1998-08-13 10:03:26 +00:00
parent fc008f2592
commit 5e0394ae9b
5 changed files with 124 additions and 83 deletions

View File

@@ -47,11 +47,10 @@ public:
void UpdateScrollbars(void);
void Print(void);
void Erase(void) { m_llist.Clear(); Clear(); }
void SetEventId(int id) { m_EventId = id; }
wxPoint const &GetClickPosition(void) const { return m_ClickPosition; }
// what for? Caller doesn't even know object's positions in window
//wxPoint const &GetClickPosition(void) const { return m_ClickPosition; }
virtual ~wxLayoutWindow() {}
private:
/// for sending events
wxWindow *m_Parent;