That worked, Thank you.

I got a bit confused before since the reference manual lists the required type
as GtkCTree so I used that to type cast my pointer instead of GTK_CTREE.


On Sun, 07 Nov 1999, you wrote:
> Use the standard GTK type casting macros.  If you know the widget is a
> ctree, GTK_CTREE(widget) will give a (GtkCTree *) pointer.  It would be a
> good idea to go through some of the gtk tutorial, as you still need to
> know a bit about gtk to use glade.
> 
> James.

+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to