An highly-configurable dialog which shows progress about an upload. More...
#include <dialog.h>
Public Member Functions | |
wxCurlUploadDialog (const wxString &url, wxInputStream *in, const wxString &title=wxT("Uploading..."), const wxString &message=wxEmptyString, const wxBitmap &bitmap=wxNullBitmap, wxWindow *parent=NULL, long style=wxCTDS_DEFAULT_STYLE) | |
bool | Create (const wxString &url, wxInputStream *in, const wxString &title=wxT("Uploading..."), const wxString &message=wxEmptyString, const wxBitmap &bitmap=wxNullBitmap, wxWindow *parent=NULL, long style=wxCTDS_DEFAULT_STYLE) |
void | OnUpload (wxCurlUploadEvent &) |
An highly-configurable dialog which shows progress about an upload.