CellRenderer.getPreferredWidth

Retreives a renderer's natural size when rendered to widget.

class CellRenderer
void
getPreferredWidth

Parameters

widget Widget

the GtkWidget this cell will be rendering to

minimumSize int

location to store the minimum size, or NULL. out[allow-none]

naturalSize int

location to store the natural size, or NULL. out[allow-none] Since 3.0

Meta