diff options
Diffstat (limited to 'gtk/gtkhandlebox.c')
-rw-r--r-- | gtk/gtkhandlebox.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c index eb22c456be..7db1625a7b 100644 --- a/gtk/gtkhandlebox.c +++ b/gtk/gtkhandlebox.c @@ -203,7 +203,7 @@ gtk_handle_box_class_init (GtkHandleBoxClass *class) G_PARAM_READABLE | G_PARAM_WRITABLE)); g_object_class_install_property (gobject_class, PROP_SHADOW_TYPE, - g_param_spec_enum ("shadow_type", + g_param_spec_enum ("shadow-type", P_("Shadow type"), P_("Appearance of the shadow that surrounds the container"), GTK_TYPE_SHADOW_TYPE, @@ -212,7 +212,7 @@ gtk_handle_box_class_init (GtkHandleBoxClass *class) g_object_class_install_property (gobject_class, PROP_HANDLE_POSITION, - g_param_spec_enum ("handle_position", + g_param_spec_enum ("handle-position", P_("Handle position"), P_("Position of the handle relative to the child widget"), GTK_TYPE_POSITION_TYPE, @@ -221,7 +221,7 @@ gtk_handle_box_class_init (GtkHandleBoxClass *class) g_object_class_install_property (gobject_class, PROP_SNAP_EDGE, - g_param_spec_enum ("snap_edge", + g_param_spec_enum ("snap-edge", P_("Snap edge"), P_("Side of the handlebox that's lined up with the docking point to dock the handlebox"), GTK_TYPE_POSITION_TYPE, @@ -230,7 +230,7 @@ gtk_handle_box_class_init (GtkHandleBoxClass *class) g_object_class_install_property (gobject_class, PROP_SNAP_EDGE_SET, - g_param_spec_boolean ("snap_edge_set", + g_param_spec_boolean ("snap-edge-set", P_("Snap edge set"), P_("Whether to use the value from the snap_edge property or a value derived from handle_position"), FALSE, |