Home
last modified time | relevance | path

Searched refs:WX_LIST_SORTFUNCTION (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/wxgtk28-contrib/wxGTK-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
341 { sort( WX_LIST_SORTFUNCTION( elT, compfunc ) ); } \
/dports/x11-toolkits/wxgtk28/wxGTK-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
341 { sort( WX_LIST_SORTFUNCTION( elT, compfunc ) ); } \
/dports/x11-toolkits/wxgtk28-common/wxGTK-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
341 { sort( WX_LIST_SORTFUNCTION( elT, compfunc ) ); } \
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-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
341 { sort( WX_LIST_SORTFUNCTION( elT, compfunc ) ); } \
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dlist.h81 #define WX_LIST_SORTFUNCTION( elT, f ) wxList_SortFunction<elT>(f) macro
86 #define WX_LIST_SORTFUNCTION( elT, f ) std::greater<elT>( f ) macro
321 { sort( WX_LIST_SORTFUNCTION( elT, compfunc ) ); } \
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dlist.h81 #define WX_LIST_SORTFUNCTION( elT, f ) wxList_SortFunction<elT>(f) macro
86 #define WX_LIST_SORTFUNCTION( elT, f ) std::greater<elT>( f ) macro
321 { sort( WX_LIST_SORTFUNCTION( elT, compfunc ) ); } \