mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
app/widgets/gimpcontainerview.c app/widgets/gimpimagedock.c
2005-03-09 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontainerview.c * app/widgets/gimpimagedock.c * app/widgets/gimptoolbox.c * app/widgets/gtkwrapbox.c * libgimpwidgets/gimpcellrenderercolor.c * libgimpwidgets/gimpcellrenderertoggle.c * libgimpwidgets/gimpframe.c: use canonical names when registering param specs.
This commit is contained in:
parent
07fa3011f3
commit
73bfd57273
9 changed files with 30 additions and 19 deletions
|
@ -103,12 +103,12 @@ gimp_frame_class_init (GimpFrameClass *klass)
|
|||
frame_class->compute_child_allocation = gimp_frame_child_allocate;
|
||||
|
||||
gtk_widget_class_install_style_property (widget_class,
|
||||
g_param_spec_boolean ("label_bold",
|
||||
g_param_spec_boolean ("label-bold",
|
||||
NULL, NULL,
|
||||
DEFAULT_LABEL_BOLD,
|
||||
G_PARAM_READABLE));
|
||||
gtk_widget_class_install_style_property (widget_class,
|
||||
g_param_spec_int ("label_spacing",
|
||||
g_param_spec_int ("label-spacing",
|
||||
NULL, NULL,
|
||||
0,
|
||||
G_MAXINT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue