Layout


Description:

[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public Layout (Adjustment? hadjustment = null, Adjustment? vadjustment = null)

Creates a new Layout.

Unless you have a specific adjustment you’d like the layout to use for scrolling, pass null for hadjustment and vadjustment.

Parameters:

hadjustment

horizontal scroll adjustment, or null

vadjustment

vertical scroll adjustment, or null

Returns:

a new Layout