Separator.this

Creates a new #GtkSeparator with the given orientation.

  1. this(GtkSeparator* gtkSeparator, bool ownedRef)
  2. this(GtkOrientation orientation)
    class Separator

Parameters

orientation GtkOrientation

the separator’s orientation.

Return Value

a new #GtkSeparator.

Throws

ConstructionException GTK+ fails to create the object.

Meta