- addAttribute
void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, const(char)* attribute, int column) addAttribute;
- clear
void function(GtkCellLayout* cellLayout) clear;
- clearAttributes
void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell) clearAttributes;
- gIface
GTypeInterface gIface;
Undocumented in source.
- getArea
GtkCellArea* function(GtkCellLayout* cellLayout) getArea;
- getCells
GList* function(GtkCellLayout* cellLayout) getCells;
- packEnd
void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, int expand) packEnd;
- packStart
void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, int expand) packStart;
- reorder
void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, int position) reorder;
- setCellDataFunc
void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, GtkCellLayoutDataFunc func, void* funcData, GDestroyNotify destroy) setCellDataFunc;