mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
docs: Improve cross-referencing on GtkGrid docs
This commit is contained in:
parent
dab457fbc6
commit
4e0a50db9e
@ -36,9 +36,9 @@
|
|||||||
*
|
*
|
||||||
* GtkGrid is a container which arranges its child widgets in
|
* GtkGrid is a container which arranges its child widgets in
|
||||||
* rows and columns. It is a very similar to #GtkTable and #GtkBox,
|
* rows and columns. It is a very similar to #GtkTable and #GtkBox,
|
||||||
* but it consistently uses #GtkWidget's margin and expand properties
|
* but it consistently uses #GtkWidget's #GtkWidget:margin and #GtkWidget:expand
|
||||||
* instead of custom child properties, and it fully supports
|
* properties instead of custom child properties, and it fully supports
|
||||||
* height-for-width geometry management.
|
* <link linkend="geometry-management">height-for-width geometry management</link>.
|
||||||
*
|
*
|
||||||
* Children are added using gtk_grid_attach(). They can span multiple
|
* Children are added using gtk_grid_attach(). They can span multiple
|
||||||
* rows or columns. It is also possible to add a child next to an
|
* rows or columns. It is also possible to add a child next to an
|
||||||
@ -46,7 +46,7 @@
|
|||||||
*
|
*
|
||||||
* GtkGrid can be used like a #GtkBox by just using gtk_container_add(),
|
* GtkGrid can be used like a #GtkBox by just using gtk_container_add(),
|
||||||
* which will place children next to each other in the direction determined
|
* which will place children next to each other in the direction determined
|
||||||
* by the #GtkGrid::orientation property.
|
* by the #GtkOrientable:orientation property.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef struct _GtkGridChild GtkGridChild;
|
typedef struct _GtkGridChild GtkGridChild;
|
||||||
|
Loading…
Reference in New Issue
Block a user