Public Member Functions | Private Attributes

wxGetSizeDialog Class Reference

#include "wxwidgets.h"

List of all members.

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

Detailed Description

Definition at line 450 of file wxwidgets.h.


Constructor & Destructor Documentation

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 
)

Member Function Documentation

int wxGetSizeDialog::getHeight (  )  [inline]

Definition at line 461 of file wxwidgets.h.

int wxGetSizeDialog::getWidth (  )  [inline]

Definition at line 460 of file wxwidgets.h.


Member Data Documentation

wxSpinCtrl* wxGetSizeDialog::spinControlHeight [private]

Definition at line 465 of file wxwidgets.h.

wxSpinCtrl* wxGetSizeDialog::spinControlWidth [private]

Definition at line 464 of file wxwidgets.h.


The documentation for this class was generated from the following file: