Searched refs:RecreateList (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp275 RecreateList(wxLC_REPORT | wxLC_SINGLE_SEL);
421 void MyFrame::RecreateList(long flags, bool withText) function in class:MyFrame
470 RecreateList(wxLC_LIST);
483 RecreateList(wxLC_REPORT);
576 RecreateList(wxLC_ICON, false);
581 RecreateList(wxLC_ICON);
586 RecreateList(wxLC_SMALL_ICON, false);
591 RecreateList(wxLC_SMALL_ICON);
597 RecreateList(wxLC_REPORT | wxLC_VIRTUAL);
603 RecreateList(wxLC_REPOR
[all...]
H A Dlisttest.h154 void RecreateList(long flags, bool withText = true);

Completed in 100 milliseconds