Searched refs:wxDP_SPIN (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_datectrl.cpp28 XRC_ADD_STYLE(wxDP_SPIN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatectrl.h27 // default style on this platform, either wxDP_SPIN or wxDP_DROPDOWN
31 wxDP_SPIN = 1, enumerator in enum:__anon204
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddatectrl.cpp145 // use wxDP_SPIN if wxDP_DEFAULT (0) was given as style
147 style |= wxDP_SPIN;
171 if ( wxApp::GetComCtl32Version() > 472 && (style & wxDP_SPIN) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatectlg.cpp398 wxASSERT_MSG( !(style & wxDP_SPIN),
399 _T("wxDP_SPIN style not supported, use wxDP_DEFAULT") );

Completed in 119 milliseconds