vfjpl
vfjpl

Reputation: 31

Gtk/Glade How to change window content

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

Answers (1)

Jussi Kukkonen
Jussi Kukkonen

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

Related Questions