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