Viewport.this

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

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

Parameters

hadjustment Adjustment

horizontal adjustment. [allow-none]

vadjustment Adjustment

vertical adjustment. [allow-none]

Throws

ConstructionException GTK+ fails to create the object.

Meta