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 57143 - Child props need nicks and docs
Child props need nicks and docs
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-07-06 01:31 UTC by Owen Taylor
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2001-07-06 01:31:36 UTC
Most of the child properties in GTK+ were added with NULL
for the nick (= human readable name) and doc string. This
needs to be fixed.
Comment 1 Owen Taylor 2002-03-25 23:27:45 UTC
Moving non-critical or hard to fix bugs to 2.0.2
Comment 2 Matthias Clasen 2002-04-05 13:35:38 UTC
Move open bugs from milestones 2.0.[012] -- > 2.0.3, since 2.0.2 is already out.
Comment 3 Matthias Clasen 2002-04-30 23:47:36 UTC
gtk-doc warns on properties with NULL blurbs now, which makes it easy
to identify the offenders.
Comment 4 Owen Taylor 2002-04-30 23:52:43 UTC
Does gtk-doc do child properties yet?
Comment 5 Matthias Clasen 2002-04-30 23:56:01 UTC
I just added that.
Comment 6 Matthias Clasen 2002-05-01 23:18:22 UTC
Here is a list 

WARNING: Property GtkBox::expand has NULL blurb.
WARNING: Property GtkBox::fill has NULL blurb.
WARNING: Property GtkBox::padding has NULL blurb.
WARNING: Property GtkBox::pack-type has NULL blurb.
WARNING: Property GtkBox::position has NULL blurb.
WARNING: Property GtkCList::n-columns has NULL blurb.
WARNING: Property GtkCList::shadow-type has NULL blurb.
WARNING: Property GtkCList::selection-mode has NULL blurb.
WARNING: Property GtkCList::row-height has NULL blurb.
WARNING: Property GtkCList::titles-active has NULL blurb.
WARNING: Property GtkCList::reorderable has NULL blurb.
WARNING: Property GtkCList::use-drag-icons has NULL blurb.
WARNING: Property GtkCList::sort-type has NULL blurb.
WARNING: Property GtkCTree::n-columns has NULL blurb.
WARNING: Property GtkCTree::tree-column has NULL blurb.
WARNING: Property GtkCTree::indent has NULL blurb.
WARNING: Property GtkCTree::spacing has NULL blurb.
WARNING: Property GtkCTree::show-stub has NULL blurb.
WARNING: Property GtkCTree::line-style has NULL blurb.
WARNING: Property GtkCTree::expander-style has NULL blurb.
WARNING: Property GtkList::selection-mode has NULL blurb.
WARNING: Property GtkNotebook::tab-label has NULL blurb.
WARNING: Property GtkNotebook::menu-label has NULL blurb.
WARNING: Property GtkNotebook::position has NULL blurb.
WARNING: Property GtkNotebook::tab-expand has NULL blurb.
WARNING: Property GtkNotebook::tab-fill has NULL blurb.
WARNING: Property GtkNotebook::tab-pack has NULL blurb.
WARNING: Property GtkOldEditable::text-position has NULL blurb.
WARNING: Property GtkOldEditable::editable has NULL blurb.
WARNING: Property GtkRadioButton::group has NULL blurb.
WARNING: Property GtkTable::left-attach has NULL blurb.
WARNING: Property GtkTable::right-attach has NULL blurb.
WARNING: Property GtkTable::top-attach has NULL blurb.
WARNING: Property GtkTable::bottom-attach has NULL blurb.
WARNING: Property GtkTable::x-options has NULL blurb.
WARNING: Property GtkTable::y-options has NULL blurb.
WARNING: Property GtkTable::x-padding has NULL blurb.
WARNING: Property GtkTable::y-padding has NULL blurb.
WARNING: Property GtkTipsQuery::emit-always has NULL blurb.
WARNING: Property GtkTipsQuery::caller has NULL blurb.
WARNING: Property GtkTipsQuery::label-inactive has NULL blurb.
WARNING: Property GtkTipsQuery::label-no-tip has NULL blurb.