summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcellrenderer.c')
-rw-r--r--gtk/gtkcellrenderer.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/gtk/gtkcellrenderer.c b/gtk/gtkcellrenderer.c
index 34dd331a52..d0fc40b171 100644
--- a/gtk/gtkcellrenderer.c
+++ b/gtk/gtkcellrenderer.c
@@ -137,7 +137,7 @@ gtk_cell_renderer_class_init (GtkCellRendererClass *class)
PROP_XALIGN,
g_param_spec_float ("xalign",
_("xalign"),
- _("The x-align."),
+ _("The x-align"),
0.0,
1.0,
0.0,
@@ -148,7 +148,7 @@ gtk_cell_renderer_class_init (GtkCellRendererClass *class)
PROP_YALIGN,
g_param_spec_float ("yalign",
_("yalign"),
- _("The y-align."),
+ _("The y-align"),
0.0,
1.0,
0.5,
@@ -159,7 +159,7 @@ gtk_cell_renderer_class_init (GtkCellRendererClass *class)
PROP_XPAD,
g_param_spec_uint ("xpad",
_("xpad"),
- _("The xpad."),
+ _("The xpad"),
0,
100,
2,
@@ -170,7 +170,7 @@ gtk_cell_renderer_class_init (GtkCellRendererClass *class)
PROP_YPAD,
g_param_spec_uint ("ypad",
_("ypad"),
- _("The ypad."),
+ _("The ypad"),
0,
100,
2,
@@ -181,7 +181,7 @@ gtk_cell_renderer_class_init (GtkCellRendererClass *class)
PROP_WIDTH,
g_param_spec_int ("width",
_("width"),
- _("The fixed width."),
+ _("The fixed width"),
-1,
100,
-1,
@@ -192,7 +192,7 @@ gtk_cell_renderer_class_init (GtkCellRendererClass *class)
PROP_HEIGHT,
g_param_spec_int ("height",
_("height"),
- _("The fixed height."),
+ _("The fixed height"),
-1,
100,
-1,
@@ -203,7 +203,7 @@ gtk_cell_renderer_class_init (GtkCellRendererClass *class)
PROP_IS_EXPANDER,
g_param_spec_boolean ("is_expander",
_("Is Expander"),
- _("Row has children."),
+ _("Row has children"),
FALSE,
G_PARAM_READABLE |
G_PARAM_WRITABLE));