Derive wxAuiNotebook from wxBookCtrlBase. Document wxAuiNotebookEvent which now derives from wxBookCtrlEvent. Update the notebook sample to add wxAuiNotebook as an option.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -335,7 +335,7 @@ public:
|
||||
@class wxBookCtrlEvent
|
||||
|
||||
This class represents the events generated by book controls (wxNotebook,
|
||||
wxListbook, wxChoicebook, wxTreebook).
|
||||
wxListbook, wxChoicebook, wxTreebook, wxAuiNotebook).
|
||||
|
||||
The PAGE_CHANGING events are sent before the current page is changed.
|
||||
It allows the program to examine the current page (which can be retrieved
|
||||
@@ -354,7 +354,7 @@ public:
|
||||
@library{wxcore}
|
||||
@category{events,bookctrl}
|
||||
|
||||
@see wxNotebook, wxListbook, wxChoicebook, wxTreebook, wxToolbook
|
||||
@see wxNotebook, wxListbook, wxChoicebook, wxTreebook, wxToolbook, wxAuiNotebook
|
||||
*/
|
||||
class wxBookCtrlEvent : public wxNotifyEvent
|
||||
{
|
||||
|
Reference in New Issue
Block a user