ScrolledWindow.this

Creates a new scrolled window.

The two arguments are the scrolled window’s adjustments; these will be shared with the scrollbars and the child widget to keep the bars in sync with the child. Usually you want to pass null for the adjustments, which will cause the scrolled window to create them for you.

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

Parameters

hadjustment gtk.adjustment.Adjustment

horizontal adjustment

vadjustment gtk.adjustment.Adjustment

vertical adjustment

Return Value

a new scrolled window