|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <gtkcelllayout.h>
Public Attributes | |
| 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) |
| GList *(* | get_cells )(GtkCellLayout *cell_layout) |
Definition at line 49 of file gtkcelllayout.h.
| void(* _GtkCellLayoutIface::add_attribute) (GtkCellLayout *cell_layout, GtkCellRenderer *cell, const gchar *attribute, gint column) |
Definition at line 61 of file gtkcelllayout.h.
| void(* _GtkCellLayoutIface::clear) (GtkCellLayout *cell_layout) |
Definition at line 60 of file gtkcelllayout.h.
| void(* _GtkCellLayoutIface::clear_attributes) (GtkCellLayout *cell_layout, GtkCellRenderer *cell) |
Definition at line 70 of file gtkcelllayout.h.
| GTypeInterface _GtkCellLayoutIface::g_iface |
Definition at line 51 of file gtkcelllayout.h.
| GList*(* _GtkCellLayoutIface::get_cells) (GtkCellLayout *cell_layout) |
Definition at line 75 of file gtkcelllayout.h.
| void(* _GtkCellLayoutIface::pack_end) (GtkCellLayout *cell_layout, GtkCellRenderer *cell, gboolean expand) |
Definition at line 57 of file gtkcelllayout.h.
| void(* _GtkCellLayoutIface::pack_start) (GtkCellLayout *cell_layout, GtkCellRenderer *cell, gboolean expand) |
Definition at line 54 of file gtkcelllayout.h.
| void(* _GtkCellLayoutIface::reorder) (GtkCellLayout *cell_layout, GtkCellRenderer *cell, gint position) |
Definition at line 72 of file gtkcelllayout.h.
| void(* _GtkCellLayoutIface::set_cell_data_func) (GtkCellLayout *cell_layout, GtkCellRenderer *cell, GtkCellLayoutDataFunc func, gpointer func_data, GDestroyNotify destroy) |
Definition at line 65 of file gtkcelllayout.h.