mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
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.
This commit is contained in:
parent
16f42cbdc1
commit
bb8ea8c470
@ -1,5 +1,9 @@
|
||||
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.
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
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.
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
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.
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
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.
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
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.
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
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.
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
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.
|
||||
|
||||
* gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
|
||||
a dot in the documentation. Fixes bug #62632.
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user