[Glade-users] several hints
Damon Chaplin
damon@ximian.com
Tue, 17 Apr 2001 14:03:55 -0400
maderamort wrote:
> but now, trying to get further on, i struggle trying to access widgets
> / objects i have already placed in my app1-window on a
> "fixedd1"-object.: what could be the way to get enties filled in an
> entry-widget in the form? - for exampel to transfer it to a label in
> the same form or - more expierienced perhaps - to display it in a
> messagebox ...
In the C code generated by Glade, a lookup_widget() function is provided
to get pointers to widgets. Isn't there a similar function for the Perl
output?
Or if you are using the libglade bindings in Gtk-Perl there may be
a function like glade_xml_get_widget().
Damon