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