Re: [REQ] Retrieving child widgets from a GtkWindow
- From: Carlo Agrusti <carlo-ag libero it>
- To: gtk-app-devel-list gnome org
- Subject: Re: [REQ] Retrieving child widgets from a GtkWindow
- Date: Thu, 13 Jan 2005 09:40:12 +0100
Joril - ha scritto lo scorso 12/01/2005 22:53:
Hi everyone :)
I was wondering, is there some way to retrieve the child widgets of a
given GtkWindow?
Many thanks in advance
_______________________________________________
If you use Glade(-2) you can take a look at /lookup_widget/ function;
when generating source code, Glade creates some utility functions
placing them into "support.c". /lookup_widget/ recursively looks for a
given child - specified by name - into a parent widget and returns a
(GtkWidget *) pointer to it.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]