GtkMovementStep

Value

Symbolic name

Description

  0Gtk::MOVEMENT_LOGICAL_POSITIONS Move by forward/back graphemes.
  1Gtk::MOVEMENT_VISUAL_POSITIONS Move by left/right graphemes.
  2Gtk::MOVEMENT_WORDS Move by forward/back words.
  3Gtk::MOVEMENT_DISPLAY_LINES Move up/down lines (wrapped lines).
  4Gtk::MOVEMENT_DISPLAY_LINE_ENDS Move up/down lines (wrapped lines).
  5Gtk::MOVEMENT_PARAGRAPHS Move up/down paragraphs (newline-ended lines).
  6Gtk::MOVEMENT_PARAGRAPH_ENDS Move to either end of a paragraph.
  7Gtk::MOVEMENT_PAGES Move by pages.
  8Gtk::MOVEMENT_BUFFER_ENDS Move to ends of the buffer.
  9Gtk::MOVEMENT_HORIZONTAL_PAGES Move horizontally by pages.