ProgressBar.this

Warning gtk_progress_bar_new_with_adjustment is deprecated and should not be used in newly-written code. Creates a new GtkProgressBar with an associated GtkAdjustment.

  1. this(GtkProgressBar* gtkProgressBar)
  2. this()
  3. this(Adjustment adjustment)
    class ProgressBar

Parameters

adjustment Adjustment

. [allow-none]

Throws

ConstructionException GTK+ fails to create the object.

Meta