Method
Gtk CellLayoutreorder
since: 2.4
Declaration [src]
void
gtk_cell_layout_reorder(
GtkCellLayout*cell_layout,
GtkCellRenderer*cell,
gintposition
)
Description [src]
Re-inserts cell at position.
Note that cell has already to be packed into cell_layout
for this to function properly.
Available since: 2.4
Parameters
cell-
Type:
GtkCellRendererA
GtkCellRendererto reorder.The data is owned by the caller of the method. position-
Type:
gintNew position to insert
cellat.