Gtk.DirectionType Enumeration
An enumeration used by TextView and Window

Syntax

[GLib.GType(typeof(Gtk.DirectionTypeGType))]
public enum DirectionType

Remarks

This enumeration is used by Gtk.TextView and Gdk.Window to decide how focus in the widget behaves.

Members

Member NameDescription
TabForwardTab forward through the children capable of having focus, starting at the left or top.
TabBackwardTab backward through the children with focus capability, starting at the right or bottom.
UpSets initial focus on the child nearest the bottom of the container.
Down Sets initial focus on the child nearest the top of the container.
Left Sets initial focus on the child nearest the right edge of the container.
Right Sets initial focus on the child nearest the left edge of the container.

Requirements

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