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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dlistbox.h164 bool FindItem(const wxString& prefix, bool strictlyAfter = false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dlistbox.cpp979 bool wxListBox::FindItem(const wxString& prefix, bool strictlyAfter) argument
988 // start either from the current item or from the next one if strictlyAfter
991 if ( strictlyAfter )

Completed in 112 milliseconds