#include "wxwidgets.h"
Public Member Functions | |
wxGetSizeDialog (wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, int width=800, int height=600) | |
int | getWidth () |
int | getHeight () |
Private Attributes | |
wxSpinCtrl * | spinControlWidth |
wxSpinCtrl * | spinControlHeight |
Definition at line 450 of file wxwidgets.h.
wxGetSizeDialog::wxGetSizeDialog | ( | wxWindow * | parent, | |
wxWindowID | id, | |||
const wxString & | title, | |||
const wxPoint & | pos = wxDefaultPosition , |
|||
const wxSize & | size = wxDefaultSize , |
|||
long | style = wxDEFAULT_DIALOG_STYLE , |
|||
int | width = 800 , |
|||
int | height = 600 | |||
) |
int wxGetSizeDialog::getHeight | ( | ) | [inline] |
Definition at line 461 of file wxwidgets.h.
int wxGetSizeDialog::getWidth | ( | ) | [inline] |
Definition at line 460 of file wxwidgets.h.
wxSpinCtrl* wxGetSizeDialog::spinControlHeight [private] |
Definition at line 465 of file wxwidgets.h.
wxSpinCtrl* wxGetSizeDialog::spinControlWidth [private] |
Definition at line 464 of file wxwidgets.h.