forked from AuroraMiddleware/gtk
GtkGrid: Add a note about overlapping children
https://bugzilla.gnome.org/show_bug.cgi?id=669989
This commit is contained in:
parent
d44edc1f7d
commit
0c6d158373
@ -42,7 +42,8 @@
|
||||
*
|
||||
* 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
|
||||
* existing child, using gtk_grid_attach_next_to().
|
||||
* existing child, using gtk_grid_attach_next_to(). The behaviour of
|
||||
* GtkGrid when several children occupy the same grid cell is undefined.
|
||||
*
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user