Re: Multi page widgets in Gtk

2017-09-03 Thread Eric Cashon via gtk-app-devel-list
Hi Mike, A GtkAssistant or even a GtkNotebook might work for your program. What database are you using? There is an easy example of connecting to and getting data from sqlite at https://github.com/cecashon/OrderedSetVelociRaptor/blob/master/simple_sqlite_viewer.c that might be helpful. You

Re: Multi page widgets in Gtk

2017-09-03 Thread Stefan Salewski
On Sun, 2017-09-03 at 13:42 +0100, Mike Martin wrote: > For one of my apps I want to setup a multi page widget with next  > previous > navigation. Have you tried https://developer.gnome.org/gtk3/stable/GtkAssistant.html ___ gtk-app-devel-list mailing

Multi page widgets in Gtk

2017-09-03 Thread Mike Martin
Hi For one of my apps I want to setup a multi page widget with next previous navigation. Is this possible? I cant seem to find an appropriate widget? What I want to do is set up a preview widget based on a db query, so that based on the query each entry would be shown ie: $sql = select