Viewport.this

Creates a new GtkViewport.

The new viewport uses the given adjustments, or 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