Searched defs:WX_LIST_SORTFUNCTION (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlist.h109 #define WX_LIST_SORTFUNCTION( elT, f ) wxList_SortFunction<elT>(f) macro
114 #define WX_LIST_SORTFUNCTION( elT, f ) std::greater<elT>( f ) macro

Completed in 105 milliseconds