Tristan Van Berkom
|
e20503836c
|
Fixed GtkGrid GtkContainerClass->forall() to not use a for loop.
This loop needs to be safe for removing children in a forall loop.
|
2010-12-22 21:25:53 +09:00 |
|
Javier Jardón
|
dadf5c331a
|
docs: Improve cross-referencing on GtkGrid docs
|
2010-11-05 22:19:49 +09:00 |
|
Christian Dywan
|
5ef2b46d64
|
Don't declare various unused variables in gtk_grid_set_orientation
|
2010-10-22 19:05:40 +02:00 |
|
Matthias Clasen
|
a9204e65dd
|
Remove child flipping from GtkGrid
We decided that this is not really the right thing to do, for one
thing, because it doesn't flip ::expand and ::margin properties
of children.
|
2010-10-22 16:43:45 +02:00 |
|
Matthias Clasen
|
8f0ae8e8a3
|
Add GtkGrid
GtkGrid is a container similar to GtkTable, without legacy
properties and unnecessary restrictions.
It does height-for-width geometry management.
|
2010-10-22 16:42:50 +02:00 |
|