- addAttribute
void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, char* attribute, int column) addAttribute;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- clear
void function(GtkCellLayout* cellLayout) clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- clearAttributes
void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell) clearAttributes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gIface
GTypeInterface gIface;
Undocumented in source.
- getCells
GList* function(GtkCellLayout* cellLayout) getCells;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- packEnd
void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, int expand) packEnd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- packStart
void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, int expand) packStart;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- reorder
void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, int position) reorder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setCellDataFunc
void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, GtkCellLayoutDataFunc func, void* funcData, GDestroyNotify destroy) setCellDataFunc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.