- allocate
void function(GtkCellAreaContext* context, int width, int height) allocate;
- getPreferredHeightForWidth
void function(GtkCellAreaContext* context, int width, int* minimumHeight, int* naturalHeight) getPreferredHeightForWidth;
- getPreferredWidthForHeight
void function(GtkCellAreaContext* context, int height, int* minimumWidth, int* naturalWidth) getPreferredWidthForHeight;
- padding
void*[8] padding;
Undocumented in source.
- parentClass
GObjectClass parentClass;
Undocumented in source.
- reset
void function(GtkCellAreaContext* context) reset;