Questions tagged [gtkassistant]

3 questions
1
vote
2 answers

Can you create a custom GTK Assistant with your own buttons?

I want to create a custom GTK Assistant with my own buttons to control moving forward and back pages. I also don't want to end the program so the pages will be constantly looped through. I haven't been able to find anything on line about this, any…
Joe
  • 37
  • 8
1
vote
1 answer

Print variable in GTK+ assistant

I want to ask the user in a GTK+ assistant for his name, save this name in a global variable and use this variable in the same assistant on a different site. My problem is that the assistant is completly created and changes on new sites have no…
user2746039
0
votes
1 answer

Using Gtk::Assistant in gtkmm3

I have a gtkmm3 application where I plan to use a class derived from Gtk::Assistant to perform some user configuration. As Gtk::Assistant is derived from Gtk::Window (and not Gtk::Dialog) there is no run() that I can call to get the assistant…
Mohith
  • 75
  • 7