Searched refs:OnBeginLabelEdit (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.h58 void OnBeginLabelEdit(wxListEvent& event);
H A Dlisttest.cpp105 EVT_LIST_BEGIN_LABEL_EDIT(LIST_CTRL, MyListCtrl::OnBeginLabelEdit)
847 void MyListCtrl::OnBeginLabelEdit(wxListEvent& event) function in class:MyListCtrl
849 wxLogMessage( wxT("OnBeginLabelEdit: %s"), event.m_item.m_text.c_str());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.h73 void OnBeginLabelEdit(wxTreeEvent& event);
H A Dtreetest.cpp123 EVT_TREE_BEGIN_LABEL_EDIT(TreeTest_Ctrl, MyTreeCtrl::OnBeginLabelEdit)
1148 void MyTreeCtrl::OnBeginLabelEdit(wxTreeEvent& event) function in class:MyTreeCtrl
1150 wxLogMessage(wxT("OnBeginLabelEdit"));

Completed in 83 milliseconds