Create a full page text, rather than a button, in notebook sample

This is much more realistic and looks less weirdly.

Also add the text directly as a page, without wrapping it in a panel,
just to show that this is possible and works too.

No real changes.
This commit is contained in:
Vadim Zeitlin
2022-04-16 20:01:23 +01:00
parent 9a255463f9
commit 9be821c71a
2 changed files with 18 additions and 22 deletions

View File

@@ -189,7 +189,7 @@ enum ID_COMMANDS
#define I_WAS_INSERTED_PAGE_NAME "Inserted"
#define RADIOBUTTONS_PAGE_NAME "Radiobuttons"
#define VETO_PAGE_NAME "Veto"
#define MAXIMIZED_BUTTON_PAGE_NAME "Maximized button"
#define TEXT_PAGE_NAME "Text"
// Pages that can be added by the user
#define INSERTED_PAGE_NAME "Inserted "