#include <uiutils/scrollingdialog.h>

Public Member Functions | |
| wxScrollingDialog () | |
| wxScrollingDialog (wxWindow *parent, int id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) | |
| bool | Create (wxWindow *parent, int id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) |
| void | Init () |
| virtual bool | Show (bool show=true) |
| Override Show to rejig the control and sizer hierarchy if necessary. | |
| virtual int | ShowModal () |
| Override ShowModal to rejig the control and sizer hierarchy if necessary. | |
| wxScrollingDialog::wxScrollingDialog | ( | ) | [inline] |
| wxScrollingDialog::wxScrollingDialog | ( | wxWindow * | parent, | |
| int | id = wxID_ANY, |
|||
| const wxString & | title = wxEmptyString, |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = wxDEFAULT_DIALOG_STYLE | |||
| ) | [inline] |
| bool wxScrollingDialog::Create | ( | wxWindow * | parent, | |
| int | id = wxID_ANY, |
|||
| const wxString & | title = wxEmptyString, |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = wxDEFAULT_DIALOG_STYLE | |||
| ) |
| void wxScrollingDialog::Init | ( | ) |
| bool wxScrollingDialog::Show | ( | bool | show = true |
) | [virtual] |
Override Show to rejig the control and sizer hierarchy if necessary.
| int wxScrollingDialog::ShowModal | ( | ) | [virtual] |
Override ShowModal to rejig the control and sizer hierarchy if necessary.
1.5.8