[gtk+] [docs] Fix gtk_button_box_set_child_size() documentation
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] [docs] Fix gtk_button_box_set_child_size() documentation
- Date: Tue, 13 Apr 2010 19:24:03 +0000 (UTC)
commit 7dcb7ec35750c04f350ed7d51152eb3c07cbdd2a
Author: Javier Jardón <jjardon gnome org>
Date: Tue Apr 13 20:49:29 2010 +0200
[docs] Fix gtk_button_box_set_child_size() documentation
Changing these variables is not supported anymore and can
only be set through the theme.
docs/reference/gtk/tmpl/gtkbbox.sgml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/gtk/tmpl/gtkbbox.sgml b/docs/reference/gtk/tmpl/gtkbbox.sgml
index ae4b411..74c3c6d 100644
--- a/docs/reference/gtk/tmpl/gtkbbox.sgml
+++ b/docs/reference/gtk/tmpl/gtkbbox.sgml
@@ -11,8 +11,7 @@ of #GtkHButtonBox and #GtkVButtonBox widgets.
</para>
<para>
gtk_button_box_get_child_size() retrieves the minimum width and height
-for widgets in a given button box. gtk_button_box_set_child_size()
-allows those properties to be changed.
+for widgets in a given button box.
</para>
<para>
The internal padding of buttons can be retrieved and changed per button box using
@@ -178,7 +177,8 @@ Sets a new default size for the children of a given button box.
@widget: a #GtkButtonBox
@min_width: a default width for buttons in @widget
@min_height: a default height for buttons in @widget
- Deprecated: Use the style properties
+ Deprecated: This is not supported anymore and can only be set through the theme
+ changing the style properties:
"<link linkend="GtkButtonBox--s-child-min-width">child-min-width</link>"
and
"<link linkend="GtkButtonBox--s-child-min-height">child-min-height</link>"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]