mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
[docs] Fix gtk_button_box_set_child_size() documentation
Changing these variables is not supported anymore and can only be set through the theme.
This commit is contained in:
parent
100ecea239
commit
7dcb7ec357
@ -11,8 +11,7 @@ of #GtkHButtonBox and #GtkVButtonBox widgets.
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
gtk_button_box_get_child_size() retrieves the minimum width and height
|
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()
|
for widgets in a given button box.
|
||||||
allows those properties to be changed.
|
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The internal padding of buttons can be retrieved and changed per button box using
|
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
|
@widget: a #GtkButtonBox
|
||||||
@min_width: a default width for buttons in @widget
|
@min_width: a default width for buttons in @widget
|
||||||
@min_height: a default height 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>"
|
"<link linkend="GtkButtonBox--s-child-min-width">child-min-width</link>"
|
||||||
and
|
and
|
||||||
"<link linkend="GtkButtonBox--s-child-min-height">child-min-height</link>"
|
"<link linkend="GtkButtonBox--s-child-min-height">child-min-height</link>"
|
||||||
|
Loading…
Reference in New Issue
Block a user