:right-sidebar: True MovementStep =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: MovementStep :no-contents-entry: Passed as argument to various keybinding signals for moving the cursor position. Fields ------ .. rst-class:: interim-class .. class:: MovementStep :no-index: .. attribute:: BUFFER_ENDS Move to ends of the buffer .. attribute:: DISPLAY_LINES Move up or down lines (wrapped lines) .. attribute:: DISPLAY_LINE_ENDS Move to either end of a line .. attribute:: HORIZONTAL_PAGES Move horizontally by pages .. attribute:: LOGICAL_POSITIONS Move forward or back by graphemes .. attribute:: PAGES Move by pages .. attribute:: PARAGRAPHS Move up or down paragraphs (newline-ended lines) .. attribute:: PARAGRAPH_ENDS Move to either end of a paragraph .. attribute:: VISUAL_POSITIONS Move left or right by graphemes .. attribute:: WORDS Move forward or back by words