BC++ updates, propery form fix, dialog fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -281,6 +281,8 @@ public:
|
||||
|
||||
// Extend event processing to search the view's event table
|
||||
virtual bool ProcessEvent(wxEvent& event);
|
||||
void SetView(wxPropertyFormView* view) { m_view = view; }
|
||||
wxPropertyFormView* GetView() const { return m_view; }
|
||||
|
||||
private:
|
||||
wxPropertyFormView* m_view;
|
||||
|
Reference in New Issue
Block a user