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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user