wx.aui.AuiToolBarEvent is used for the events generated by wx.aui.AuiToolBar.
Returns the point where the user clicked with the mouse. |
|
Returns the wx.aui.AuiToolBarItem rectangle bounding the mouse click point. |
|
Returns the wx.aui.AuiToolBarItem identifier. |
|
Returns whether the drop down menu has been clicked. |
|
See |
|
See |
|
Possible constructors:
AuiToolBarEvent(commandType: EventType=wxEVT_NULL, winId: int=0) -> None
AuiToolBarEvent(c : AuiToolBarEvent) -> None
AuiToolBarEvent is used for the events generated by AuiToolBar.
__init__ (self, commandType: EventType=wxEVT_NULL, winId: int=0)
commandType (wx.EventType)
winId (int)
None
__init__ (self, c : AuiToolBarEvent)
None
Returns the point where the user clicked with the mouse.
Point
Returns the wx.aui.AuiToolBarItem rectangle bounding the mouse click point.
Rect
Returns the wx.aui.AuiToolBarItem identifier.
int
Returns whether the drop down menu has been clicked.
bool
c (bool)
None
toolId (int)
None
See GetClickPoint
and SetClickPoint
See GetItemRect
and SetItemRect