here i go again -- lousy subject title

2005-09-23 Thread Faria, Sydney C
I used one cb function to handle fifty buttons by sending an integer to the cg func using GINT_TO_POINTER & GPOINTER_TO_INT as the passed parameter: then used a switch in the cb func. I also had a need to use more data in a cb func and had to make a structure with the needed data and passed a poin

show the bottom of a table in a scrollable window

2005-09-23 Thread Jane Bryan-Jones
I am using GTK dialogs to configure a simulation. Many of my dialogs use a scrollable window containing a table that records a sequence of settings, e.g. 30 to 40 levers and when to start/stop applying them. On opening the dialog I want to show the start line – which it does. But, if th

Re: show the bottom of a table in a scrollable window

2005-09-23 Thread Christian Neumair
Jane Bryan-Jones schrieb: if the user adds a line I want to automatically show the last line (the one he’s just added) http://developer.gnome.org/doc/API/2.0/gtk/GtkTreeView.html#gtk-tree-view-set-cursor ___ gtk-app-devel-list mailing list gtk-app-

Re: show the bottom of a table in a scrollable window

2005-09-23 Thread Christian Neumair
Christian Neumair schrieb: Jane Bryan-Jones schrieb: if the user adds a line I want to automatically show the last line (the one he’s just added) http://developer.gnome.org/doc/API/2.0/gtk/GtkTreeView.html#gtk-tree-view-set-cursor If you're not using a tree view inside the scrolled wi