#include <ResizableDialog.h>
TSP-enforcing: No
Definition at line 22 of file ResizableDialog.h.
Public Member Functions | |
ResizableDialog () | |
ResizableDialog (wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const wxString &name=wxDialogNameStr) | |
bool | Create (wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const wxString &name=wxDialogNameStr) |
void | ResizeToFitContents (wxSizer *sizer=0) |
ResizableDialog::ResizableDialog | ( | ) | [inline] |
Definition at line 25 of file ResizableDialog.h.
ResizableDialog::ResizableDialog | ( | wxWindow * | parent, | |
wxWindowID | id, | |||
const wxString & | title, | |||
const wxPoint & | pos = wxDefaultPosition , |
|||
const wxSize & | size = wxDefaultSize , |
|||
long | style = wxDEFAULT_DIALOG_STYLE , |
|||
const wxString & | name = wxDialogNameStr | |||
) | [inline] |
Definition at line 28 of file ResizableDialog.h.
bool ResizableDialog::Create | ( | wxWindow * | parent, | |
wxWindowID | id, | |||
const wxString & | title, | |||
const wxPoint & | pos = wxDefaultPosition , |
|||
const wxSize & | size = wxDefaultSize , |
|||
long | style = wxDEFAULT_DIALOG_STYLE , |
|||
const wxString & | name = wxDialogNameStr | |||
) | [inline] |
Definition at line 37 of file ResizableDialog.h.
void ResizableDialog::ResizeToFitContents | ( | wxSizer * | sizer = 0 |
) |
Interface: External
This function resizes the dialog to fit dialog contents
Definition at line 22 of file ResizableDialog.cpp.