[Glade-users] multiple widgets, one area

jbrite jbrite@webdsi.com
Tue, 04 Sep 2001 21:50:31 -0500


I did this using ctrees, but in principle you should be able to do this 
with list, clist, and tree.

Get the ctree to pump out a select row signal.  In the Object part, put 
in the name of the other ctree.

in the callbacks.c put in the

gtk_ctree_node_get_text, then insert the node.

check out,

http://developer.gnome.org/doc/API/gtk/gtkctree.html

sorry, don't know any python,

-Jeff




Bill Anderson wrote:

>
>OK, so maybe I shouldn't be trying to do this at 4AM ...
>
>anyway, I would like to make a GUI that has, for example, a selectbox on
>the left, and a different widget/view on the right for a given selected
>item in the list. Think of Evolution as an example that does what I
>want. is there a way to do this nicely in Glade?
>
>Bill
>(I do most of my GTK/GNOME stuff in Python)
>
>
>
>_______________________________________________
>Glade-users maillist  -  Glade-users@ximian.com
>http://lists.ximian.com/mailman/listinfo/glade-users
>