Viewport.this

Creates a new gtk.Viewport with the given adjustments, or with default adjustments if none are given.

  1. this(GtkViewport* gtkViewport, bool ownedRef)
  2. this(Adjustment hadjustment, Adjustment vadjustment)

Parameters

hadjustment Adjustment

horizontal adjustment

vadjustment Adjustment

vertical adjustment

Return Value

Throws

ConstructionException GTK+ fails to create the object.