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