Added EVT_WIZARD_PAGE_SHOWN event for wxWizard, to give apps
a chance to initiate processing after a page is presented. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -98,6 +98,8 @@ public:
|
||||
The page has been just changed (this event can not be vetoed).
|
||||
@event{EVT_WIZARD_PAGE_CHANGING(id, func)}
|
||||
The page is being changed (this event can be vetoed).
|
||||
@event{EVT_WIZARD_PAGE_SHOWN(id, func)}
|
||||
The page was shown and laid out (this event cannot be vetoed).
|
||||
@event{EVT_WIZARD_CANCEL(id, func)}
|
||||
The user attempted to cancel the wizard (this event may also be vetoed).
|
||||
@event{EVT_WIZARD_HELP(id, func)}
|
||||
@@ -229,6 +231,8 @@ public:
|
||||
The page has just been changed (this event cannot be vetoed).
|
||||
@event{EVT_WIZARD_PAGE_CHANGING(id, func)}
|
||||
The page is being changed (this event can be vetoed).
|
||||
@event{EVT_WIZARD_PAGE_SHOWN(id, func)}
|
||||
The page was shown and laid out (this event cannot be vetoed).
|
||||
@event{EVT_WIZARD_CANCEL(id, func)}
|
||||
The user attempted to cancel the wizard (this event may also be vetoed).
|
||||
@event{EVT_WIZARD_HELP(id, func)}
|
||||
|
Reference in New Issue
Block a user