Module: Gtk::MovementStep

Defined in:
(unknown)

Constant Summary collapse

LOGICAL_POSITIONS =

Move forward or back by graphemes

0 or :logical_positions
VISUAL_POSITIONS =

Move left or right by graphemes

1 or :visual_positions
WORDS =

Move forward or back by words

2 or :words
DISPLAY_LINES =

Move up or down lines (wrapped lines)

3 or :display_lines
DISPLAY_LINE_ENDS =

Move to either end of a line

4 or :display_line_ends
PARAGRAPHS =

Move up or down paragraphs (newline-ended lines)

5 or :paragraphs
PARAGRAPH_ENDS =

Move to either end of a paragraph

6 or :paragraph_ends
PAGES =

Move by pages

7 or :pages
BUFFER_ENDS =

Move to ends of the buffer

8 or :buffer_ends
HORIZONTAL_PAGES =

Move horizontally by pages

9 or :horizontal_pages