Searched refs:value_if_not_found (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/xrc/
H A Dxmlres.h223 // with a number. If value_if_not_found == wxID_NONE, the number is obtained via
224 // wxWindow::NewControlId(). Otherwise value_if_not_found is used.
226 static int GetXRCID(const wxChar *str_id, int value_if_not_found = wxID_NONE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp1562 static int XRCID_Lookup(const wxChar *str_id, int value_if_not_found = wxID_NONE)
1586 if (value_if_not_found != wxID_NONE)
1587 (*rec_var)->id = value_if_not_found;
1608 int wxXmlResource::GetXRCID(const wxChar *str_id, int value_if_not_found) argument
1618 return XRCID_Lookup(str_id, value_if_not_found);

Completed in 48 milliseconds