#include </home/zeitlin/src/wx/github/interface/wx/aui/toolbar.h>
Inheritance diagram for wxAuiToolBarEvent:wxAuiToolBarEvent is used for the events generated by wxAuiToolBar.
Public Member Functions | |
| bool | IsDropDownClicked () const |
| Returns whether the drop down menu has been clicked. | |
| wxPoint | GetClickPoint () const |
| Returns the point where the user clicked with the mouse. | |
| wxRect | GetItemRect () const |
| Returns the wxAuiToolBarItem rectangle bounding the mouse click point. | |
| int | GetToolId () const |
| Returns the wxAuiToolBarItem identifier. | |
| wxPoint wxAuiToolBarEvent::GetClickPoint | ( | ) | const |
Returns the point where the user clicked with the mouse.
| wxRect wxAuiToolBarEvent::GetItemRect | ( | ) | const |
Returns the wxAuiToolBarItem rectangle bounding the mouse click point.
| int wxAuiToolBarEvent::GetToolId | ( | ) | const |
Returns the wxAuiToolBarItem identifier.
| bool wxAuiToolBarEvent::IsDropDownClicked | ( | ) | const |
Returns whether the drop down menu has been clicked.