Searched refs:wxID_NONE (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dpower.h52 wxPowerEvent(wxEventType evtType) : wxEvent(wxID_NONE, evtType)
H A Ddefs.h1644 wxID_NONE = -3, enumerator in enum:__anon208
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dchoice.cpp327 return m_lastAcceptedSelection == wxID_NONE ? GetCurrentSelection()
743 m_lastAcceptedSelection = wxID_NONE;
749 // reset to wxID_NONE by CBN_SELENDOK, otherwise the selection was
751 if ( m_lastAcceptedSelection != wxID_NONE )
754 m_lastAcceptedSelection = wxID_NONE;
762 m_lastAcceptedSelection = wxID_NONE;
H A Dcombobox.cpp318 m_lastAcceptedSelection = wxID_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dchoice.h92 void Init() { m_lastAcceptedSelection = wxID_NONE; }
127 // browsing the popup list: this is only used when != wxID_NONE which is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcombobox.cpp38 static int g_SelectionBeforePopup = wxID_NONE; // this means the popup is hidden
86 g_SelectionBeforePopup = wxID_NONE;
146 // throw a SELECTED event only if the combobox popup is hidden (wxID_NONE)
151 if (g_SelectionBeforePopup == wxID_NONE)
561 return g_SelectionBeforePopup == wxID_NONE ? GetCurrentSelection()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddlgcmn.cpp477 case wxID_NONE:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcombobox.cpp37 static int g_SelectionBeforePopup = wxID_NONE; // this means the popup is hidden
85 g_SelectionBeforePopup = wxID_NONE;
146 // throw a SELECTED event only if the combobox popup is hidden (wxID_NONE)
151 if (g_SelectionBeforePopup == wxID_NONE)
750 return g_SelectionBeforePopup == wxID_NONE ? GetCurrentSelection()
/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
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) argument
1586 if (value_if_not_found != wxID_NONE)

Completed in 162 milliseconds