Searched refs:GetScreenType (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsettcmn.cpp40 wxSystemScreenType wxSystemSettings::GetScreenType() function in class:wxSystemSettings
H A Ddlgcmn.cpp224 const bool is_pda = wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA;
H A Dsizer.cpp2009 bool is_pda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsettings.h195 static wxSystemScreenType GetScreenType();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/splash/
H A Dsplash.cpp167 m_isPda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dmsgdlgg.cpp67 bool is_pda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);
H A Dwizard.cpp433 bool isPda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);
498 bool isPda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);
678 if ( wxSystemSettings::GetScreenType() > wxSYS_SCREEN_PDA )
715 if ( wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA )
H A Dchoicdgg.cpp306 if (wxSystemSettings::GetScreenType() > wxSYS_SCREEN_PDA)
545 if (wxSystemSettings::GetScreenType() > wxSYS_SCREEN_PDA)
H A Dfdrepdlg.cpp103 bool isPda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);
H A Dtipdlg.cpp224 bool isPda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);
H A Dprogdlgg.cpp113 bool isPda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);
H A Dlogg.cpp759 bool isPda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);
1072 bool isPda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);
H A Dfontdlgg.cpp255 bool is_pda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);
H A Dfiledlgg.cpp1045 bool is_pda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Ddialogs.cpp81 bool isPDA = wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsettings.tex168 \membersection{wxSystemSettings::GetScreenType}\label{wxsystemsettingsgetscreentype}
170 \func{static wxSystemScreenType}{GetScreenType}{\void}
H A Dwxmsw.tex90 You can test the return value of wxSystemSettings::GetScreenType()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp176 if (wxSystemSettings::GetScreenType() > wxSYS_SCREEN_SMALL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp653 bool is_pda = wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dwin32.cpp3148 if (wxSystemSettings::GetScreenType() > wxSYS_SCREEN_PDA)

Completed in 202 milliseconds