Searched refs:wxFLP_SAVE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilepickercmn.cpp72 if (!HasFlag(wxFLP_OPEN) && !HasFlag(wxFLP_SAVE))
76 wxASSERT_MSG( !(HasFlag(wxFLP_SAVE) && HasFlag(wxFLP_OPEN)),
77 _T("can't specify both wxFLP_SAVE and wxFLP_OPEN at once") );
79 wxASSERT_MSG( !HasFlag(wxFLP_SAVE) || !HasFlag(wxFLP_FILE_MUST_EXIST),
80 _T("wxFLP_FILE_MUST_EXIST can't be used with wxFLP_SAVE" ) );
190 // if wxFLP_SAVE was given or wxFLP_FILE_MUST_EXIST has NOT been given we
192 return HasFlag(wxFLP_SAVE) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_filepicker.cpp28 XRC_ADD_STYLE(wxFLP_SAVE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilepicker.h64 #define wxFLP_SAVE 0x0800 macro
249 return (style & (wxFLP_OPEN|wxFLP_SAVE|wxFLP_OVERWRITE_PROMPT|
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dfilepicker.cpp228 style |= wxFLP_SAVE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dfilepicker.cpp44 // we can't use the native button for wxFLP_SAVE pickers as it can only
46 if ( !(style & wxFLP_SAVE) && !gtk_check_version(2,6,0) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dfilepickerg.h117 if (this->HasFlag(wxFLP_SAVE))

Completed in 88 milliseconds