mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
libgimp: add blurbs to all object properties for the docs
and some minor doc fixes.
This commit is contained in:
parent
4f4d6b27cf
commit
f9ee38ea33
32 changed files with 253 additions and 96 deletions
|
@ -80,12 +80,14 @@ gimp_frame_class_init (GimpFrameClass *klass)
|
|||
|
||||
gtk_widget_class_install_style_property (widget_class,
|
||||
g_param_spec_boolean ("label-bold",
|
||||
NULL, NULL,
|
||||
"Label Bold",
|
||||
"Whether the frame's label should be bold",
|
||||
DEFAULT_LABEL_BOLD,
|
||||
G_PARAM_READABLE));
|
||||
gtk_widget_class_install_style_property (widget_class,
|
||||
g_param_spec_int ("label-spacing",
|
||||
NULL, NULL,
|
||||
"Label Spacing",
|
||||
"The spacing between the label and the frame content",
|
||||
0,
|
||||
G_MAXINT,
|
||||
DEFAULT_LABEL_SPACING,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue