Searched refs:wxSYS_SCREEN_PDA (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsettcmn.cpp53 ms_screen = wxSYS_SCREEN_PDA;
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.h147 wxSYS_SCREEN_PDA, // >= 320x240 enumerator in enum:wxSystemScreenType
/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/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 131 milliseconds