Searched refs:wxSystemOptions (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsysopt.h3 // Purpose: wxSystemOptions
21 class WXDLLIMPEXP_BASE wxSystemOptions : public wxObject class in inherits:wxObject
24 wxSystemOptions() { } function in class:wxSystemOptions
46 // define inline stubs for accessors to make it possible to use wxSystemOptions
50 wxString wxSystemOptions::GetOption(const wxString& WXUNUSED(name))
56 int wxSystemOptions::GetOptionInt(const wxString& WXUNUSED(name))
62 bool wxSystemOptions::HasOption(const wxString& WXUNUSED(name))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsysopt.cpp3 // Purpose: wxSystemOptions
46 // wxSystemOptions implementation
50 void wxSystemOptions::SetOption(const wxString& name, const wxString& value)
65 void wxSystemOptions::SetOption(const wxString& name, int value)
70 wxString wxSystemOptions::GetOption(const wxString& name)
101 int wxSystemOptions::GetOptionInt(const wxString& name)
106 bool wxSystemOptions::HasOption(const wxString& name)
H A Ddlgcmn.cpp309 wxSystemOptions::GetOptionInt(wxT("wince.dialog.real-ok-cancel")) )
H A Dfilesys.cpp71 useMimeTypesManager = (wxSystemOptions::GetOptionInt(wxT("filesys.no-mimetypesmanager")) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsysopt.tex1 \section{\class{wxSystemOptions}}\label{wxsystemoptions}
3 wxSystemOptions stores option/value pairs that wxWidgets itself or
125 \membersection{wxSystemOptions::wxSystemOptions}\label{wxsystemoptionsctor}
127 \func{}{wxSystemOptions}{\void}
129 Default constructor. You don't need to create an instance of wxSystemOptions
133 \membersection{wxSystemOptions::GetOption}\label{wxsystemoptionsgetoption}
143 \helpref{wxSystemOptions::SetOption}{wxsystemoptionssetoption},\rtfsp
144 \helpref{wxSystemOptions::GetOptionInt}{wxsystemoptionsgetoptionint},\rtfsp
145 \helpref{wxSystemOptions
[all...]
H A Dnotebook.tex49 themed drawing for a particular notebook, you can call {\tt wxSystemOptions::SetOption}
56 wxSystemOptions::SetOption(wxT("msw.notebook.themed-background"), 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dpropdlg.cpp117 const int status = wxSystemOptions::GetOptionInt(optionName);
118 wxSystemOptions::SetOption(optionName,0);
130 wxSystemOptions::SetOption(optionName,status);
H A Dtoolbkg.cpp271 int remap = wxSystemOptions::GetOptionInt(wxT("msw.remap"));
272 wxSystemOptions::SetOption(wxT("msw.remap"), 0);
274 wxSystemOptions::SetOption(wxT("msw.remap"), remap);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dfontmgr.cpp89 if ( wxSystemOptions::HasOption(wxT("mgl.aa-threshold")) )
91 wxSystemOptions::GetOptionInt(wxT("mgl.aa-threshold"));
H A Dapp.cpp152 if ( wxSystemOptions::HasOption(wxT("mgl.screen-refresh")) )
153 refresh = wxSystemOptions::GetOptionInt(wxT("mgl.screen-refresh"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dbutton.cpp154 return wxSystemOptions::HasOption("motif.largebuttons")
155 && wxSystemOptions::GetOptionInt("motif.largebuttons") != 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dstatbox.cpp134 if (!wxSystemOptions::IsFalse(wxT("msw.staticbox.optimized-paint")))
157 if (wxSystemOptions::IsFalse(wxT("msw.staticbox.optimized-paint")))
211 s_useHTClient = wxSystemOptions::GetOptionInt(wxT("msw.staticbox.htclient"));
H A Dtextctrl.cpp376 if ((wxSystemSettings::HasFeature(wxSYS_TABLET_PRESENT) || wxSystemOptions::GetOptionInt(wxT("msw.inkedit")) != 0) &&
377 !(wxSystemOptions::HasOption(wxT("msw.inkedit")) && wxSystemOptions::GetOptionInt(wxT("msw.inkedit")) == 0))
H A Ddisplay.cpp404 if ( wxSystemOptions::GetOptionInt(_T("msw.display.directdraw")) )
H A Dfont.cpp431 lf.lfQuality = wxSystemOptions::GetOptionInt(_T("msw.font.no-proof-quality"))
H A Dtbar95.cpp607 // user code via wxSystemOptions
620 const int remapValue = wxSystemOptions::HasOption(remapOption)
621 ? wxSystemOptions::GetOptionInt(remapOption)
H A Dnotebook.cpp364 wxSystemOptions::IsFalse(wxT("msw.notebook.themed-background")) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dmyframe.cpp119 wxSystemOptions::SetOption ( wxT("msw.remap"), 0 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcontrol.cpp390 && (wxSystemOptions::GetOptionInt(wxT("gtk.control.disable-sensitivity-fix")) != 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtoplevel.cpp1099 if ( (wxSystemOptions::HasOption(wxMAC_WINDOW_PLAIN_TRANSITION) ) && ( wxSystemOptions::GetOptionInt( wxMAC_WINDOW_PLAIN_TRANSITION ) == 1) )
1119 if ( (wxSystemOptions::HasOption(wxMAC_WINDOW_PLAIN_TRANSITION) ) && ( wxSystemOptions::GetOptionInt( wxMAC_WINDOW_PLAIN_TRANSITION ) == 1) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/display/
H A Ddisplay.cpp173 wxSystemOptions::SetOption(_T("msw.display.directdraw"), 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/test/
H A Dtest.cpp158 wxSystemOptions::SetOption(wxT("no-maskblt"), 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Ddialogs.cpp868 int buttons = wxSystemOptions::GetOptionInt(wxT("wince.dialog.real-ok-cancel"));
869 wxSystemOptions::SetOption(wxT("wince.dialog.real-ok-cancel"), 1);
900 wxSystemOptions::SetOption(wxT("wince.dialog.real-ok-cancel"), buttons);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtextctrl.cpp417 if (wxSystemOptions::HasOption( wxMAC_TEXTCONTROL_USE_MLTE ) && (wxSystemOptions::GetOptionInt( wxMAC_TEXTCONTROL_USE_MLTE ) == 1))
1834 if ( wxSystemOptions::HasOption( wxMAC_TEXTCONTROL_USE_SPELL_CHECKER ) && (wxSystemOptions::GetOptionInt( wxMAC_TEXTCONTROL_USE_SPELL_CHECKER ) == 1) )
H A Dtoplevel.cpp1436 if ( wxSystemOptions::HasOption(wxMAC_WINDOW_PLAIN_TRANSITION) )
1437 plainTransition = ( wxSystemOptions::GetOptionInt( wxMAC_WINDOW_PLAIN_TRANSITION ) == 1 ) ;

Completed in 148 milliseconds

12