- _GtkReserved2
void function() _GtkReserved2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _GtkReserved3
void function() _GtkReserved3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _GtkReserved4
void function() _GtkReserved4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- activate
int function(GtkCellRenderer* cell, GdkEvent* event, GtkWidget* widget, char* path, Rectangle* backgroundArea, Rectangle* cellArea, GtkCellRendererState flags) activate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- editingCanceled
void function(GtkCellRenderer* cell) editingCanceled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- editingStarted
void function(GtkCellRenderer* cell, GtkCellEditable* editable, char* path) editingStarted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getAlignedArea
void function(GtkCellRenderer* cell, GtkWidget* widget, GtkCellRendererState flags, Rectangle* cellArea, Rectangle* alignedArea) getAlignedArea;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getPreferredHeight
void function(GtkCellRenderer* cell, GtkWidget* widget, int* minimumSize, int* naturalSize) getPreferredHeight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getPreferredHeightForWidth
void function(GtkCellRenderer* cell, GtkWidget* widget, int width, int* minimumHeight, int* naturalHeight) getPreferredHeightForWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getPreferredWidth
void function(GtkCellRenderer* cell, GtkWidget* widget, int* minimumSize, int* naturalSize) getPreferredWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getPreferredWidthForHeight
void function(GtkCellRenderer* cell, GtkWidget* widget, int height, int* minimumWidth, int* naturalWidth) getPreferredWidthForHeight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getRequestMode
GtkSizeRequestMode function(GtkCellRenderer* cell) getRequestMode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getSize
void function(GtkCellRenderer* cell, GtkWidget* widget, Rectangle* cellArea, int* xOffset, int* yOffset, int* width, int* height) getSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- parentClass
GInitiallyUnownedClass parentClass;
Undocumented in source.
- priv
GtkCellRendererClassPrivate* priv;
Undocumented in source.
- render
void function(GtkCellRenderer* cell, cairo_t* cr, GtkWidget* widget, Rectangle* backgroundArea, Rectangle* cellArea, GtkCellRendererState flags) render;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- startEditing
GtkCellEditable* function(GtkCellRenderer* cell, GdkEvent* event, GtkWidget* widget, char* path, Rectangle* backgroundArea, Rectangle* cellArea, GtkCellRendererState flags) startEditing;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.