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

@ -58,7 +58,7 @@
* For widgets that lack native scrolling support, the #GtkViewport
* widget acts as an adaptor class, implementing scrollability for child
* widgets that lack their own scrolling capabilities. Use #GtkViewport
* to scroll child widgets such as #GtkTable, #GtkBox, and so on.
* to scroll child widgets such as #GtkGrid, #GtkBox, and so on.
*
* If a widget has native scrolling abilities, it can be added to the
* #GtkScrolledWindow with gtk_container_add(). If a widget does not, you
@ -79,7 +79,7 @@
*
* If a #GtkScrolledWindow doesn't behave quite as you would like, or
* doesn't have exactly the right layout, it's very possible to set up
* your own scrolling with #GtkScrollbar and for example a #GtkTable.
* your own scrolling with #GtkScrollbar and for example a #GtkGrid.
*/