Searched refs:wxAuiToolBarEvent (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dauibar.h54 class WXDLLIMPEXP_AUI wxAuiToolBarEvent : public wxNotifyEvent class in inherits:wxNotifyEvent
57 wxAuiToolBarEvent(wxEventType command_type = wxEVT_NULL, function in class:wxAuiToolBarEvent
67 wxAuiToolBarEvent(const wxAuiToolBarEvent& c) : wxNotifyEvent(c) function in class:wxAuiToolBarEvent
75 wxEvent *Clone() const { return new wxAuiToolBarEvent(*this); }
98 DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxAuiToolBarEvent)
646 typedef void (wxEvtHandler::*wxAuiToolBarEventFunction)(wxAuiToolBarEvent&);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibar.cpp57 IMPLEMENT_DYNAMIC_CLASS(wxAuiToolBarEvent, wxEvent)
2304 wxAuiToolBarEvent e(wxEVT_COMMAND_AUITOOLBAR_OVERFLOW_CLICK, -1);
2369 wxAuiToolBarEvent e(wxEVT_COMMAND_AUITOOLBAR_TOOL_DROPDOWN, m_action_item->id);
2501 wxAuiToolBarEvent e(wxEVT_COMMAND_AUITOOLBAR_RIGHT_CLICK, m_action_item->id);
2511 wxAuiToolBarEvent e(wxEVT_COMMAND_AUITOOLBAR_RIGHT_CLICK, -1);
2571 wxAuiToolBarEvent e(wxEVT_COMMAND_AUITOOLBAR_MIDDLE_CLICK, m_action_item->id);
2597 wxAuiToolBarEvent e(wxEVT_COMMAND_AUITOOLBAR_BEGIN_DRAG, GetId());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/aui/
H A Dauidemo.cpp147 void OnDropDownToolbarItem(wxAuiToolBarEvent& evt);
1405 void MyFrame::OnDropDownToolbarItem(wxAuiToolBarEvent& evt)

Completed in 113 milliseconds