Searched refs:OnGetInfo (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.h63 void OnGetInfo(wxListEvent& event);
H A Dlisttest.cpp110 EVT_LIST_GET_INFO(LIST_CTRL, MyListCtrl::OnGetInfo)
871 void MyListCtrl::OnGetInfo(wxListEvent& event) function in class:MyListCtrl
875 msg << _T("OnGetInfo (") << event.m_item.m_itemId << _T(", ") << event.m_item.m_col << _T(")");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.h78 void OnGetInfo(wxTreeEvent& event);
H A Dtreetest.cpp127 EVT_TREE_GET_INFO(TreeTest_Ctrl, MyTreeCtrl::OnGetInfo)
947 TREE_EVENT_HANDLER(OnGetInfo)

Completed in 101 milliseconds