Replace some references to the GtkTable, use GtkGrid instead

This commit is contained in:
Javier Jardón
2011-09-29 12:36:39 +01:00
parent bdfa05bc81
commit b0a7db76fb
6 changed files with 9 additions and 9 deletions

View File

@ -39,7 +39,7 @@
* #GtkSizeGroup provides a mechanism for grouping a number of widgets
* together so they all request the same amount of space. This is
* typically useful when you want a column of widgets to have the same
* size, but you can't use a #GtkTable widget.
* size, but you can't use a #GtkGrid widget.
*
* In detail, the size requested for each widget in a #GtkSizeGroup is
* the maximum of the sizes that would have been requested for each