Gtk.PositionType Enumeration
Indicates a position for placement or layout.

Syntax

[GLib.GType(typeof(Gtk.PositionTypeGType))]
public enum PositionType

Remarks

A PositionType is used to place widgets, usually relative to other widgets or other parts of the same widget. For example, the position of a handle in a Gtk.HandleBox, or the position of tabs in a Gtk.Notebook.

Members

Member NameDescription
LeftThe relevant item should be placed on the left.
RightThe relevant item should be placed on the right.
TopThe relevant item should be placed at the top.
BottomThe relevant item should be placed at the bottom.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0