Viewport.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(gtk.adjustment.Adjustment hadjustment = null, gtk.adjustment.Adjustment vadjustment = null) nothrow

Creates a new gtk.viewport.Viewport.

The new viewport uses the given adjustments, or default adjustments if none are given.

Parameters

hadjustmenthorizontal adjustment
vadjustmentvertical adjustment

Returns