Searched refs:OnBeginRDrag (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.h57 void OnBeginRDrag(wxListEvent& event);
H A Dlisttest.cpp104 EVT_LIST_BEGIN_RDRAG(LIST_CTRL, MyListCtrl::OnBeginRDrag)
841 void MyListCtrl::OnBeginRDrag(wxListEvent& event) function in class:MyListCtrl
843 wxLogMessage( wxT("OnBeginRDrag at %d,%d."),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.h71 void OnBeginRDrag(wxTreeEvent& event);
H A Dtreetest.cpp121 EVT_TREE_BEGIN_RDRAG(TreeTest_Ctrl, MyTreeCtrl::OnBeginRDrag)
945 TREE_EVENT_HANDLER(OnBeginRDrag)

Completed in 60 milliseconds