Re: New parent for widget?




Kaare Rasmussen said:
I tried to test this functionality where I'd put a notebook widget from glade2
into a notebook widget of glade1.

sounds like you want to reparent the widget:

http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html#id3539709

in perl that would be

   $widget->reparent($newparent)



-- 
muppet <scott at asofyet dot org>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]