Layout.this

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

  1. this(void* ptr, Flag!"Take" take)
  2. this(gtk.adjustment.Adjustment hadjustment, gtk.adjustment.Adjustment vadjustment)

Parameters

hadjustment gtk.adjustment.Adjustment

horizontal scroll adjustment, or null

vadjustment gtk.adjustment.Adjustment

vertical scroll adjustment, or null

Return Value

a new #GtkLayout