After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 487323 - GtkCombo doc typo and small enhancement
GtkCombo doc typo and small enhancement
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
2.12.x
Other Linux
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-10-16 22:38 UTC by Sven Arvidsson
Modified: 2008-07-07 00:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sven Arvidsson 2007-10-16 22:38:46 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."
Comment 1 Matthias Clasen 2008-07-07 00:15:33 UTC
The typo is fixed.