forked from AuroraMiddleware/gtk
Emphasize that GtkBox and GtkTable can be replaced by GtkGrid
This commit is contained in:
parent
a9894d4cf4
commit
73bac5af3b
@ -32,11 +32,13 @@ either side</emphasis> of the widget it belongs to.
|
|||||||
gtk_table_set_homogeneous(), can be used to set whether all cells in the
|
gtk_table_set_homogeneous(), can be used to set whether all cells in the
|
||||||
table will resize themselves to the size of the largest widget in the table.
|
table will resize themselves to the size of the largest widget in the table.
|
||||||
</para>
|
</para>
|
||||||
|
<note>
|
||||||
<para>
|
<para>
|
||||||
Note that #GtkGrid provides the same capabilities as GtkTable for arranging
|
Note that #GtkGrid provides the same capabilities as GtkTable for arranging
|
||||||
widgets in a rectangular grid, and additionally supports height-for-width
|
widgets in a rectangular grid, and additionally supports height-for-width
|
||||||
geometry management.
|
geometry management.
|
||||||
</para>
|
</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -75,8 +75,12 @@
|
|||||||
* #GtkBox:fill and #GtkBox:padding child properties.
|
* #GtkBox:fill and #GtkBox:padding child properties.
|
||||||
* Use gtk_box_query_child_packing() to query these fields.
|
* Use gtk_box_query_child_packing() to query these fields.
|
||||||
*
|
*
|
||||||
|
* <note>
|
||||||
|
* <para>
|
||||||
* Note that a single-row or single-column #GtkGrid provides exactly the
|
* Note that a single-row or single-column #GtkGrid provides exactly the
|
||||||
* same functionality as #GtkBox.
|
* same functionality as #GtkBox.
|
||||||
|
* </para>
|
||||||
|
* </note>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user