Go to the source code of this file.
|
GType | gtk_cell_layout_get_type (void) G_GNUC_CONST |
|
void | gtk_cell_layout_pack_start (GtkCellLayout *cell_layout, GtkCellRenderer *cell, gboolean expand) |
|
void | gtk_cell_layout_pack_end (GtkCellLayout *cell_layout, GtkCellRenderer *cell, gboolean expand) |
|
GList * | gtk_cell_layout_get_cells (GtkCellLayout *cell_layout) |
|
void | gtk_cell_layout_clear (GtkCellLayout *cell_layout) |
|
void | gtk_cell_layout_set_attributes (GtkCellLayout *cell_layout, GtkCellRenderer *cell,...) G_GNUC_NULL_TERMINATED |
|
void | gtk_cell_layout_add_attribute (GtkCellLayout *cell_layout, GtkCellRenderer *cell, const gchar *attribute, gint column) |
|
void | gtk_cell_layout_set_cell_data_func (GtkCellLayout *cell_layout, GtkCellRenderer *cell, GtkCellLayoutDataFunc func, gpointer func_data, GDestroyNotify destroy) |
|
void | gtk_cell_layout_clear_attributes (GtkCellLayout *cell_layout, GtkCellRenderer *cell) |
|
void | gtk_cell_layout_reorder (GtkCellLayout *cell_layout, GtkCellRenderer *cell, gint position) |
|
gboolean | _gtk_cell_layout_buildable_custom_tag_start (GtkBuildable *buildable, GtkBuilder *builder, GObject *child, const gchar *tagname, GMarkupParser *parser, gpointer *data) |
|
void | _gtk_cell_layout_buildable_custom_tag_end (GtkBuildable *buildable, GtkBuilder *builder, GObject *child, const gchar *tagname, gpointer *data) |
|
void | _gtk_cell_layout_buildable_add_child (GtkBuildable *buildable, GtkBuilder *builder, GObject *child, const gchar *type) |
|
◆ GTK_CELL_LAYOUT
◆ GTK_CELL_LAYOUT_GET_IFACE
◆ GTK_IS_CELL_LAYOUT
◆ GTK_TYPE_CELL_LAYOUT
◆ GtkCellLayout
◆ GtkCellLayoutDataFunc
◆ GtkCellLayoutIface
◆ _gtk_cell_layout_buildable_add_child()
void _gtk_cell_layout_buildable_add_child |
( |
GtkBuildable * |
buildable, |
|
|
GtkBuilder * |
builder, |
|
|
GObject * |
child, |
|
|
const gchar * |
type |
|
) |
| |
◆ _gtk_cell_layout_buildable_custom_tag_end()
void _gtk_cell_layout_buildable_custom_tag_end |
( |
GtkBuildable * |
buildable, |
|
|
GtkBuilder * |
builder, |
|
|
GObject * |
child, |
|
|
const gchar * |
tagname, |
|
|
gpointer * |
data |
|
) |
| |
◆ _gtk_cell_layout_buildable_custom_tag_start()
gboolean _gtk_cell_layout_buildable_custom_tag_start |
( |
GtkBuildable * |
buildable, |
|
|
GtkBuilder * |
builder, |
|
|
GObject * |
child, |
|
|
const gchar * |
tagname, |
|
|
GMarkupParser * |
parser, |
|
|
gpointer * |
data |
|
) |
| |
◆ gtk_cell_layout_add_attribute()
◆ gtk_cell_layout_clear()
◆ gtk_cell_layout_clear_attributes()
◆ gtk_cell_layout_get_cells()
◆ gtk_cell_layout_get_type()
GType gtk_cell_layout_get_type |
( |
void |
| ) |
|
◆ 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()