SourceGutter.setCellSizeFunc

Sets the GtkSourceGutterSizeFunc to use for renderer. This function is used to setup the cell renderer properties for measuring the maximum size of the cell. Since 2.8

class SourceGutter
void
setCellSizeFunc

Parameters

renderer CellRenderer

a GtkCellRenderer

func GtkSourceGutterSizeFunc

the GtkSourceGutterSizeFunc to use

funcData void*

the user data for func

destroy GDestroyNotify

the destroy notification for func_data

Meta