A dialog which simply wraps a wxCurlConnectionSettingsPanel. More...
#include <dialog.h>
Public Member Functions | |
wxCurlConnectionSettingsDialog (const wxString &title, const wxString &message=wxEmptyString, wxWindow *parent=NULL, long style=wxCCSP_DEFAULT_STYLE) | |
bool | Create (const wxString &title=wxT("Connection settings..."), const wxString &message=wxEmptyString, wxWindow *parent=NULL, long style=wxCCSP_DEFAULT_STYLE) |
void | RunModal (wxCurlBase *pcurl) |
Runs this dialog as modal and updates the given wxCurlBase instance if needed (i.e. | |
Protected Member Functions | |
virtual int | ShowModal () |
Protected Attributes | |
wxCurlConnectionSettingsPanel * | m_pPanel |
A dialog which simply wraps a wxCurlConnectionSettingsPanel.
For a list of supported styles, please see wxCurlConnectionSettingsPanel.
void wxCurlConnectionSettingsDialog::RunModal | ( | wxCurlBase * | pcurl | ) |
Runs this dialog as modal and updates the given wxCurlBase instance if needed (i.e.
if the user hits OK and not Cancel).