Go to the source code of this file.
|
GDK_AVAILABLE_IN_ALL GType | gtk_cell_layout_get_type (void) G_GNUC_CONST |
|
GDK_DEPRECATED_IN_4_10 void | gtk_cell_layout_pack_start (GtkCellLayout *cell_layout, GtkCellRenderer *cell, gboolean expand) |
|
GDK_DEPRECATED_IN_4_10 void | gtk_cell_layout_pack_end (GtkCellLayout *cell_layout, GtkCellRenderer *cell, gboolean expand) |
|
GDK_DEPRECATED_IN_4_10 GList * | gtk_cell_layout_get_cells (GtkCellLayout *cell_layout) |
|
GDK_DEPRECATED_IN_4_10 void | gtk_cell_layout_clear (GtkCellLayout *cell_layout) |
|
GDK_DEPRECATED_IN_4_10 void | gtk_cell_layout_set_attributes (GtkCellLayout *cell_layout, GtkCellRenderer *cell,...) G_GNUC_NULL_TERMINATED |
|
GDK_DEPRECATED_IN_4_10 void | gtk_cell_layout_add_attribute (GtkCellLayout *cell_layout, GtkCellRenderer *cell, const char *attribute, int column) |
|
GDK_DEPRECATED_IN_4_10 void | gtk_cell_layout_set_cell_data_func (GtkCellLayout *cell_layout, GtkCellRenderer *cell, GtkCellLayoutDataFunc func, gpointer func_data, GDestroyNotify destroy) |
|
GDK_DEPRECATED_IN_4_10 void | gtk_cell_layout_clear_attributes (GtkCellLayout *cell_layout, GtkCellRenderer *cell) |
|
GDK_DEPRECATED_IN_4_10 void | gtk_cell_layout_reorder (GtkCellLayout *cell_layout, GtkCellRenderer *cell, int position) |
|
GDK_DEPRECATED_IN_4_10 GtkCellArea * | gtk_cell_layout_get_area (GtkCellLayout *cell_layout) |
|
gboolean | _gtk_cell_layout_buildable_custom_tag_start (GtkBuildable *buildable, GtkBuilder *builder, GObject *child, const char *tagname, GtkBuildableParser *parser, gpointer *data) |
|
gboolean | _gtk_cell_layout_buildable_custom_tag_end (GtkBuildable *buildable, GtkBuilder *builder, GObject *child, const char *tagname, gpointer *data) |
|
void | _gtk_cell_layout_buildable_add_child (GtkBuildable *buildable, GtkBuilder *builder, GObject *child, const char *type) |
|
◆ GTK_CELL_LAYOUT
◆ GTK_CELL_LAYOUT_GET_IFACE
◆ GTK_IS_CELL_LAYOUT
◆ GTK_TYPE_CELL_LAYOUT
◆ GtkCellLayout
◆ GtkCellLayoutDataFunc
GtkCellLayoutDataFunc: @cell_layout: a GtkCellLayout
@cell: the cell renderer whose value is to be set @tree_model: the model @iter: a GtkTreeIter
indicating the row to set the value for @data: (closure): user data passed to gtk_cell_layout_set_cell_data_func()
A function which should set the value of @cell_layout’s cell renderer(s) as appropriate.
Definition at line 51 of file gtkcelllayout.h.
◆ GtkCellLayoutIface
◆ _gtk_cell_layout_buildable_add_child()
◆ _gtk_cell_layout_buildable_custom_tag_end()
◆ _gtk_cell_layout_buildable_custom_tag_start()
◆ gtk_cell_layout_add_attribute()
◆ gtk_cell_layout_clear()
◆ gtk_cell_layout_clear_attributes()
◆ gtk_cell_layout_get_area()
◆ gtk_cell_layout_get_cells()
◆ gtk_cell_layout_get_type()
◆ gtk_cell_layout_pack_end()
◆ gtk_cell_layout_pack_start()
◆ gtk_cell_layout_reorder()
◆ gtk_cell_layout_set_attributes()
◆ gtk_cell_layout_set_cell_data_func()