#include <wx/ribbon/bar.h>

Event used to indicate various actions relating to a wxRibbonBar.
See wxRibbonBar for available event types.
Public Member Functions | |
| wxRibbonBarEvent (wxEventType command_type=wxEVT_NULL, int win_id=0, wxRibbonPage *page=NULL) | |
| Constructor. | |
| wxRibbonPage * | GetPage () |
| Returns the page being changed to, or being clicked on. | |
| void | SetPage (wxRibbonPage *page) |
| Sets the page relating to this event. | |
| wxRibbonBarEvent::wxRibbonBarEvent | ( | wxEventType | command_type = wxEVT_NULL, |
|
| int | win_id = 0, |
|||
| wxRibbonPage * | page = NULL | |||
| ) |
Constructor.
| wxRibbonPage* wxRibbonBarEvent::GetPage | ( | ) |
Returns the page being changed to, or being clicked on.
| void wxRibbonBarEvent::SetPage | ( | wxRibbonPage * | page | ) |
Sets the page relating to this event.
|
[ top ] |