PLplot
5.10.0
|
#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 448 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 459 of file wxwidgets.h.
int wxGetSizeDialog::getWidth | ( | ) | [inline] |
Definition at line 458 of file wxwidgets.h.
wxSpinCtrl* wxGetSizeDialog::spinControlHeight [private] |
Definition at line 463 of file wxwidgets.h.
wxSpinCtrl* wxGetSizeDialog::spinControlWidth [private] |
Definition at line 462 of file wxwidgets.h.