gtk-sharp Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. System.Enum GLib.GType(typeof(Gtk.MovementStepGType)) An enumeration used by to decide how the cursor will move. Field Gtk.MovementStep The cursor will move to the end of the buffer. Field Gtk.MovementStep The cursor will move up/down lines (wrapped lines). Field Gtk.MovementStep The cursor will move up/down lines (wrapped lines). Field Gtk.MovementStep The cursor will move horizontally by pages. Field Gtk.MovementStep The cursor will move by forward/back graphemes. Field Gtk.MovementStep The cursor will move by pages. Field Gtk.MovementStep The cursor will move to either end of a paragraph. Field Gtk.MovementStep The cursor will move up/down paragraphs (newline-ended lines). Field Gtk.MovementStep The cursor will move by left/right graphemes. Field Gtk.MovementStep The cursor will move by forward/back words.