![]() ![]() ![]() ![]() Gtk_Table
#include <gtk--/table.h>
Table Packing Widget Widgets can be attached to the table at by specifying the top, bottom, left and right points corresponding to upper, lefthand lattice point and the lower, righthand lattice point with the - widget should span. Widgets can either be contained in a cell or may span cells. A number of options control the resizing behavior of widgets contained in the table. Packing options: There are a number of packing objections that can be specified when adding a widget. With GTK_EXPAND, the lattice is allowed to grow to fill space. With GTK_SHRINK, the lattice is allowed to shrink when resized. It is also possible to specify the behaviour of the widgets allocation within the table. The flag GTK_FILL declares the widget should grow to fill lattice. If this is not set any extra space is used as padding. The default is GTK_FILL and GTK_EXPAND. The table size is calculated based on the size of the widgets contained within and the restrictions imposed by specified options. Padding and spacing can be used to allow some dead space between widgets in the table. Padding is added on either side of a widget, while spacing is placed between widgets. The other generic packing widgets are: Gtk_Box, Gtk_HBox, Gtk_VBox |
![]()
|
![]()
|
![]()
Protected member details:
Private member details: |
![]() |