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)
AuiToolBarEvent(c)
AuiToolBarEvent is used for the events generated by AuiToolBar.
__init__ (self, commandType=wxEVT_NULL, winId=0)
commandType (wx.EventType) –
winId (int) –
__init__ (self, c)
c (wx.aui.AuiToolBarEvent) –
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) –
toolId (int) –
See GetClickPoint and SetClickPoint
See GetItemRect and SetItemRect