wx.aui.AuiToolBarEvent¶wx.aui.AuiToolBarEvent is used for the events generated by wx.aui.AuiToolBar.
Class Hierarchy¶
Inheritance diagram for class AuiToolBarEvent:
Methods Summary¶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. |
|
Properties Summary¶See |
|
See |
|
Class API¶Possible constructors:
AuiToolBarEvent(commandType=wxEVT_NULL, winId=0) -> None
AuiToolBarEvent(c) -> None
AuiToolBarEvent is used for the events generated by AuiToolBar.
__init__ (self, commandType=wxEVT_NULL, winId=0)
commandType (wx.EventType)
winId (int)
None
__init__ (self, c)
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