summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnu.org>2001-10-27 00:03:13 +0000
committerAnders Carlsson <andersca@src.gnome.org>2001-10-27 00:03:13 +0000
commitbb8ea8c47037452a54c8d572d5fd1dd7817906cc (patch)
tree6eb8b6e16bc6a1dc080954a529b6eb25409226b5 /gtk/gtkcontainer.c
parent16f42cbdc1b00cf6b85e76cbd67d18985eb1f7b9 (diff)
downloadgdk-pixbuf-bb8ea8c47037452a54c8d572d5fd1dd7817906cc.tar.gz
Mention that the valid width is in range 0-65535 pixels. Fixes bug #56754.
2001-10-27 Anders Carlsson <andersca@gnu.org> * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention that the valid width is in range 0-65535 pixels. Fixes bug #56754.
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r--gtk/gtkcontainer.c4
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,