SourceGutter.setCellDataFunc

Sets the GtkSourceGutterDataFunc to use for renderer. This function is used to setup the cell renderer properties for rendering the current cell. Since 2.8

class SourceGutter
void
setCellDataFunc

Parameters

renderer CellRenderer

a GtkCellRenderer

func GtkSourceGutterDataFunc

the GtkSourceGutterDataFunc to use

funcData void*

the user data for func

destroy GDestroyNotify

the destroy notification for func_data

Meta