diff options
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r-- | gtk/gtkcontainer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 4399afa56..c25802253 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -782,8 +782,8 @@ gtk_container_get_property (GObject *object, /** * gtk_container_set_border_width: * @container: a #GtkContainer - * @border_width: amount of blank space to leave <emphasis>outside</emphasis> the container - * + * @border_width: amount of blank space to leave <emphasis>outside</emphasis> the container. + * Valid values are in the range 0-65535 pixels. * The border width of a container is the amount of space to leave * around the outside of the container. The only exception to this is * #GtkWindow; because toplevel windows can't leave space outside, |