HScrollbar.this

Creates a new horizontal scrollbar.

More...
  1. this(GtkHScrollbar* gtkHScrollbar, bool ownedRef)
  2. this(Adjustment adjustment)
    class HScrollbar

Parameters

adjustment Adjustment

the #GtkAdjustment to use, or %NULL to create a new adjustment

Return Value

the new #GtkHScrollbar

Detailed Description

Deprecated: Use gtk_scrollbar_new() with %GTK_ORIENTATION_HORIZONTAL instead

Throws

ConstructionException GTK+ fails to create the object.

Meta