mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Point to the new GtkWidget align and margin properties
This commit is contained in:
parent
35e0ad72e4
commit
6b4992d647
@ -19,6 +19,11 @@ positioned within its allocated area. Note that if the widget is added to
|
|||||||
a container in such a way that it expands automatically to fill its
|
a container in such a way that it expands automatically to fill its
|
||||||
allocated area, the alignment settings will not alter the widgets position.
|
allocated area, the alignment settings will not alter the widgets position.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
Note that the desired effect can in most cases be achieved by using the
|
||||||
|
#GtkWidget:halign, #GtkWidget:valign and #GtkWidget:margin properties
|
||||||
|
on the child widget.
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -41,6 +41,10 @@
|
|||||||
* area. The values range from 0 (top or left) to 1 (bottom or right).
|
* area. The values range from 0 (top or left) to 1 (bottom or right).
|
||||||
* Of course, if the scale settings are both set to 1, the alignment settings
|
* Of course, if the scale settings are both set to 1, the alignment settings
|
||||||
* have no effect.
|
* have no effect.
|
||||||
|
*
|
||||||
|
* Note that the desired effect can in most cases be achieved by using the
|
||||||
|
* #GtkWidget:halign, #GtkWidget:valign and #GtkWidget:margin properties
|
||||||
|
* on the child widget.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user