Searched refs:wxPlatform (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dutils.h120 * long val = wxPlatform::If(wxMac, 1).ElseIf(wxGTK, 2).ElseIf(stPDA, 5).Else(3);
121 * wxString strVal = wxPlatform::If(wxMac, wxT("Mac")).ElseIf(wxMSW, wxT("MSW")).Else(wxT("Other"));
127 * wxPlatform::AddPlatform(stPDA);
130 * long windowStyle = wxCAPTION | (long) wxPlatform::IfNot(stPDA, wxRESIZE_BORDER);
134 class WXDLLIMPEXP_BASE wxPlatform class
137 wxPlatform() { Init(); } function in class:wxPlatform
138 wxPlatform(const wxPlatform& platform) { Copy(platform); } function in class:wxPlatform
139 void operator = (const wxPlatform& platform) { Copy(platform); }
140 void Copy(const wxPlatform
143 wxPlatform(int defValue) { Init(); m_longValue = (long)defValue; } function in class:wxPlatform
144 wxPlatform(long defValue) { Init(); m_longValue = defValue; } function in class:wxPlatform
145 wxPlatform(const wxString& defValue) { Init(); m_stringValue = defValue; } function in class:wxPlatform
146 wxPlatform(double defValue) { Init(); m_doubleValue = defValue; } function in class:wxPlatform
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dutilscmn.cpp307 wxArrayInt* wxPlatform::sm_customPlatforms = NULL;
309 void wxPlatform::Copy(const wxPlatform& platform)
316 wxPlatform wxPlatform::If(int platform, long value)
319 return wxPlatform(value);
321 return wxPlatform();
324 wxPlatform wxPlatform::IfNot(int platform, long value)
327 return wxPlatform(valu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dstatic.cpp211 (int)wxPlatform(GENERIC_CTRLS).If(wxOS_WINDOWS,NATIVE_CTRLS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextformatdlg.cpp110 style | (int)wxPlatform::IfNot(wxOS_WINDOWS_CE, resizeBorder)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Ddialogs.cpp1567 wxDEFAULT_DIALOG_STYLE| (int)wxPlatform::IfNot(wxOS_WINDOWS_CE, resizeBorder)
1573 (int)wxPlatform::IfNot(wxOS_WINDOWS_CE, wxHELP)

Completed in 124 milliseconds