Searched refs:wxTextUrlEvent (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextctrl.h503 class WXDLLEXPORT wxTextUrlEvent : public wxCommandEvent class in inherits:wxCommandEvent
506 wxTextUrlEvent(int winid, const wxMouseEvent& evtMouse, function in class:wxTextUrlEvent
530 DECLARE_DYNAMIC_CLASS_NO_COPY(wxTextUrlEvent)
534 wxTextUrlEvent() : m_evtMouse(), m_start(0), m_end(0) { } function in class:wxTextUrlEvent
537 typedef void (wxEvtHandler::*wxTextUrlEventFunction)(wxTextUrlEvent&);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextcmn.cpp50 IMPLEMENT_DYNAMIC_CLASS(wxTextUrlEvent, wxCommandEvent)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsrchctlg.cpp147 void OnTextUrl(wxTextUrlEvent& eventText)
150 //wxTextUrlEvent event(eventText);
151 wxTextUrlEvent event(
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtextattrex.tex267 a wxTextUrlEvent when the content is clicked.
540 a wxTextUrlEvent when the content is clicked.
H A Drichtextattr.tex374 a wxTextUrlEvent when the content is clicked.
859 a wxTextUrlEvent when the content is clicked.
H A Drichtextctrl.tex8 and wxTextUrlEvent when URL content is clicked.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp177 void OnURL(wxTextUrlEvent& event);
1566 void MyFrame::OnURL(wxTextUrlEvent& event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/text/
H A Dtext.cpp76 void OnTextURL(wxTextUrlEvent& event);
862 void MyTextCtrl::OnTextURL(wxTextUrlEvent& event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtextctrl.cpp639 // wxTextUrlEvent in the same cases as wxMSW, more can be added here.
1935 // wxTextUrlEvent passing if style & wxTE_AUTO_URL
1973 // Consider making this dependant on ProcessEvent(wxTextUrlEvent) return value
1977 wxTextUrlEvent url_event(m_windowId, event,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp2431 wxTextUrlEvent event(m_windowId, evtMouse,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextctrl.cpp582 wxTextUrlEvent urlEvent(GetId(), mouseEvent, startPos, endPos);

Completed in 232 milliseconds