Gtk.MovementStep Enumeration
An enumeration used by Gtk.Label to decide how the cursor will move.

Syntax

[GLib.GType(typeof(Gtk.MovementStepGType))]
public enum MovementStep

Remarks

Members

Member NameDescription
LogicalPositionsThe cursor will move by forward/back graphemes.
VisualPositionsThe cursor will move by left/right graphemes.
WordsThe cursor will move by forward/back words.
DisplayLinesThe cursor will move up/down lines (wrapped lines).
DisplayLineEndsThe cursor will move up/down lines (wrapped lines).
ParagraphsThe cursor will move up/down paragraphs (newline-ended lines).
ParagraphEndsThe cursor will move to either end of a paragraph.
PagesThe cursor will move by pages.
BufferEndsThe cursor will move to the end of the buffer.
HorizontalPagesThe cursor will move horizontally by pages.

Requirements

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