Use a more clear name for a dialog in the layout sample
No real changes, just rename the over generic MySizerDialog to a more specific MyNotebookWithSizerDialog, as the goal of this dialog seems to be to demonstrate using wxNotebook and sizers together.
This commit is contained in:
@@ -64,11 +64,11 @@ private:
|
||||
};
|
||||
|
||||
|
||||
// a dialog using notebook sizer for layout
|
||||
class MySizerDialog : public wxDialog
|
||||
// a dialog using notebook and sizers for layout
|
||||
class MyNotebookWithSizerDialog : public wxDialog
|
||||
{
|
||||
public:
|
||||
MySizerDialog(wxWindow *parent, const wxString &title );
|
||||
MyNotebookWithSizerDialog(wxWindow *parent, const wxString &title );
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user