forked from AuroraMiddleware/gtk
Fix incorrect GtkMovementStep description
Reported by James Campos here: https://bugzilla.gnome.org/show_bug.cgi?id=601432
This commit is contained in:
parent
e8e82802a4
commit
c366d5c89e
@ -228,7 +228,7 @@ typedef enum
|
||||
GTK_MOVEMENT_VISUAL_POSITIONS, /* move by left/right graphemes */
|
||||
GTK_MOVEMENT_WORDS, /* move by forward/back words */
|
||||
GTK_MOVEMENT_DISPLAY_LINES, /* move up/down lines (wrapped lines) */
|
||||
GTK_MOVEMENT_DISPLAY_LINE_ENDS, /* move up/down lines (wrapped lines) */
|
||||
GTK_MOVEMENT_DISPLAY_LINE_ENDS, /* move to either end of a line */
|
||||
GTK_MOVEMENT_PARAGRAPHS, /* move up/down paragraphs (newline-ended lines) */
|
||||
GTK_MOVEMENT_PARAGRAPH_ENDS, /* move to either end of a paragraph */
|
||||
GTK_MOVEMENT_PAGES, /* move by pages */
|
||||
|
Loading…
Reference in New Issue
Block a user