Viewport.this

Creates a new #GtkViewport 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

a new #GtkViewport

Throws

ConstructionException GTK+ fails to create the object.

Meta