Separator.this

Creates a new GtkSeparator with the given orientation.

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

Parameters

orientation GtkOrientation

the separator's orientation.

Throws

ConstructionException GTK+ fails to create the object.

Meta