Method
GtkCellAreaBoxpack_start
Declaration [src]
void
gtk_cell_area_box_pack_start (
GtkCellAreaBox* box,
GtkCellRenderer* renderer,
gboolean expand,
gboolean align,
gboolean fixed
)
Description [src]
Adds renderer
to box
, packed with reference to the start of box
.
The renderer
is packed after any other GtkCellRenderer
packed
with reference to the start of box
.
Parameters
renderer |
GtkCellRenderer |
The |
|
The data is owned by the caller of the function. | |
expand |
gboolean |
Whether |
|
align |
gboolean |
Whether |
|
fixed |
gboolean |
Whether |