Data Fields | |
| GTypeInterface | g_iface |
| void(* | pack_start )(GtkCellLayout *cell_layout, GtkCellRenderer *cell, gboolean expand) |
| void(* | pack_end )(GtkCellLayout *cell_layout, GtkCellRenderer *cell, gboolean expand) |
| void(* | clear )(GtkCellLayout *cell_layout) |
| void(* | add_attribute )(GtkCellLayout *cell_layout, GtkCellRenderer *cell, const gchar *attribute, gint column) |
| void(* | set_cell_data_func )(GtkCellLayout *cell_layout, GtkCellRenderer *cell, GtkCellLayoutDataFunc func, gpointer func_data, GDestroyNotify destroy) |
| void(* | clear_attributes )(GtkCellLayout *cell_layout, GtkCellRenderer *cell) |
| void(* | reorder )(GtkCellLayout *cell_layout, GtkCellRenderer *cell, gint position) |
Definition at line 45 of file gtkcelllayout.h.