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 Name | Description |
|---|
| LogicalPositions | The cursor will move by forward/back graphemes. |
| VisualPositions | The cursor will move by left/right graphemes. |
| Words | The cursor will move by forward/back words. |
| DisplayLines | The cursor will move up/down lines (wrapped lines). |
| DisplayLineEnds | The cursor will move up/down lines (wrapped lines). |
| Paragraphs | The cursor will move up/down paragraphs (newline-ended lines). |
| ParagraphEnds | The cursor will move to either end of a paragraph. |
| Pages | The cursor will move by pages. |
| BufferEnds | The cursor will move to the end of the buffer. |
| HorizontalPages | The cursor will move horizontally by pages. |
Requirements
Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0