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 |
|
wx.aui.
AuiToolBarEvent
(NotifyEvent)¶Possible constructors:
AuiToolBarEvent(commandType=wxEVT_NULL, winId=0)
AuiToolBarEvent(c)
AuiToolBarEvent is used for the events generated by AuiToolBar.
__init__
(self, *args, **kw)¶__init__ (self, commandType=wxEVT_NULL, winId=0)
commandType (wx.EventType) –
winId (int) –
__init__ (self, c)
c (wx.aui.AuiToolBarEvent) –
GetClickPoint
(self)¶Returns the point where the user clicked with the mouse.
Point
GetItemRect
(self)¶Returns the wx.aui.AuiToolBarItem rectangle bounding the mouse click point.
Rect
GetToolId
(self)¶Returns the wx.aui.AuiToolBarItem identifier.
int
IsDropDownClicked
(self)¶Returns whether the drop down menu has been clicked.
bool
SetDropDownClicked
(self, c)¶c (bool) –
SetToolId
(self, toolId)¶toolId (int) –
ClickPoint
¶See GetClickPoint
and SetClickPoint
ItemRect
¶See GetItemRect
and SetItemRect