Method
Gtk.CellAreaBox.pack_end
Declaration [src]
void
gtk_cell_area_box_pack_end (
GtkCellAreaBox* box,
GtkCellRenderer* renderer,
gboolean expand,
gboolean align,
gboolean fixed
)
Description [src]
Adds renderer
to box
, packed with reference to the end of box
.
The renderer
is packed after (away from end of) any other
GtkCellRenderer
packed with reference to the end of box
.
Parameters
renderer |
GtkCellRenderer |
the |
|
Ownership is not transferred to the callee | |
expand |
gboolean |
whether |
|
align |
gboolean |
whether |
|
fixed |
gboolean |
whether |