GNOME Bugzilla – Bug 487323
GtkCombo doc typo and small enhancement
Last modified: 2008-07-07 00:15:33 UTC
[ From http://bugs.debian.org/366778 by Kevin Ryde ] "The GtkCombo.html doc page under the description of the structure contents says The GtkFixedChild-struct struct contains the following fields. (These fields should be considered read-only. They should never be set by an application.) which I guess is meant to be "GtkCombo-struct" not "GtkFixedChild-struct". Also, for the fields description there GtkWidget *entry; the text entry field. GtkWidget *list; the list shown in the drop-down window. It'd be nice if they said the types of those widgets, GtkEntry and GtkList or whatever they are. By which I mean show "GtkWidget*" because that's what the fields are, but in the description show GtkList so you know what kind of widget it actually is."
The typo is fixed.