From bb8ea8c47037452a54c8d572d5fd1dd7817906cc Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sat, 27 Oct 2001 00:03:13 +0000 Subject: Mention that the valid width is in range 0-65535 pixels. Fixes bug #56754. 2001-10-27 Anders Carlsson * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention that the valid width is in range 0-65535 pixels. Fixes bug #56754. --- gtk/gtkcontainer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkcontainer.c') 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 outside the container - * + * @border_width: amount of blank space to leave outside 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, -- cgit v1.2.1