GtkCellRendererClass

Undocumented in source.
struct GtkCellRendererClass {}

Members

Variables

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, const(char)* path, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) activate;
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, const(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, GdkRectangle* cellArea, GdkRectangle* 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;
getSize
void function(GtkCellRenderer* cell, GtkWidget* widget, GdkRectangle* 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
GObjectClass parentClass;
Undocumented in source.
priv
GtkCellRendererClassPrivate* priv;
Undocumented in source.
render
void function(GtkCellRenderer* cell, cairo_t* cr, GtkWidget* widget, GdkRectangle* backgroundArea, GdkRectangle* 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, const(char)* path, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) startEditing;

Meta