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