Conflicting recommendations about using GTK_BIN(widget)->child in Gtk+ documentation

2006-01-03 Thread Kalle Vahlman
Hi all. I noticed that there is a conflict in what GtkBin docs say: http://developer.gnome.org/doc/API/2.0/gtk/GtkBin.html#GtkBin-struct " The GtkBin-struct struct contains the following fields. (These fields should be considered read-only. They should never be set by an application.) GtkWidget

Re: Conflicting recommendations about using GTK_BIN(widget)->child in Gtk+ documentation

2006-01-03 Thread Jean Bréfort
Le mardi 03 janvier 2006 à 12:00 +0200, Kalle Vahlman a écrit : > Hi all. > > I noticed that there is a conflict in what GtkBin docs say: > > http://developer.gnome.org/doc/API/2.0/gtk/GtkBin.html#GtkBin-struct > " > The GtkBin-struct struct contains the following fields. (These fields > should b

Re: Conflicting recommendations about using GTK_BIN(widget)->child in Gtk+ documentation

2006-01-03 Thread Brian J. Tarricone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kalle Vahlman wrote: > Hi all. > > I noticed that there is a conflict in what GtkBin docs say: > > http://developer.gnome.org/doc/API/2.0/gtk/GtkBin.html#GtkBin-struct > " > The GtkBin-struct struct contains the following fields. (These fields > shou

Re: Conflicting recommendations about using GTK_BIN(widget)->child in Gtk+ documentation

2006-01-03 Thread Kalle Vahlman
On 1/3/06, Brian J. Tarricone <[EMAIL PROTECTED]> wrote: > I'm not really seeing how these disagree. The GtkBin docs say you can > access the child via the struct, but to consider it read-only. The > GtkComboBoxEntry docs say you can access its GtkEntry by getting the > child of the GtkBin via th