Searched refs:OnBeginDrag (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.h56 void OnBeginDrag(wxListEvent& event);
H A Dlisttest.cpp103 EVT_LIST_BEGIN_DRAG(LIST_CTRL, MyListCtrl::OnBeginDrag)
832 void MyListCtrl::OnBeginDrag(wxListEvent& event) function in class:MyListCtrl
837 wxLogMessage( wxT("OnBeginDrag at (%d, %d), item %ld."),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/regtest/
H A Dregtest.cpp87 void OnBeginDrag (wxTreeEvent& event);
270 EVT_TREE_BEGIN_DRAG (Ctrl_RegTree, RegTreeCtrl::OnBeginDrag)
271 EVT_TREE_BEGIN_RDRAG (Ctrl_RegTree, RegTreeCtrl::OnBeginDrag)
786 void RegTreeCtrl::OnBeginDrag(wxTreeEvent& event) function in class:RegTreeCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.h70 void OnBeginDrag(wxTreeEvent& event);
H A Dtreetest.cpp120 EVT_TREE_BEGIN_DRAG(TreeTest_Ctrl, MyTreeCtrl::OnBeginDrag)
1091 void MyTreeCtrl::OnBeginDrag(wxTreeEvent& event) function in class:MyTreeCtrl
1101 wxLogMessage(wxT("OnBeginDrag: started dragging %s at screen coords (%i,%i)"),
1109 wxLogMessage(wxT("OnBeginDrag: this item can't be dragged."));

Completed in 106 milliseconds