Reputation: 31
I Want to change whole window content after button press. What is the best way to do that? Someting like "Next" button on installers but with custom buttons.
Upvotes: 1
Views: 918
Reputation: 14577
You probably want a GtkStack with your own buttons to change the visible child (but do have a look at GtkStackSwitcher and GtkAssistant for more ready-made but less flexible solutions).
Upvotes: 1