Version: 2.9.4
Public Member Functions
wxAuiToolBarEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/aui/toolbar.h>

Inheritance diagram for wxAuiToolBarEvent:

Detailed Description

wxAuiToolBarEvent is used for the events generated by wxAuiToolBar.

Library:  wxAui
Category:  Window Docking (wxAUI)

Public Member Functions

bool IsDropDownClicked () const
 Returns whether the drop down menu has been clicked.
wxPoint GetClickPoint () const
 Returns the point where the user clicked with the mouse.
wxRect GetItemRect () const
 Returns the wxAuiToolBarItem rectangle bounding the mouse click point.
int GetToolId () const
 Returns the wxAuiToolBarItem identifier.

List of all members.


Member Function Documentation

wxPoint wxAuiToolBarEvent::GetClickPoint ( ) const

Returns the point where the user clicked with the mouse.

wxRect wxAuiToolBarEvent::GetItemRect ( ) const

Returns the wxAuiToolBarItem rectangle bounding the mouse click point.

int wxAuiToolBarEvent::GetToolId ( ) const

Returns the wxAuiToolBarItem identifier.

bool wxAuiToolBarEvent::IsDropDownClicked ( ) const

Returns whether the drop down menu has been clicked.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines