summaryrefslogtreecommitdiff
path: root/gtk/gtkenums.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-12 16:09:09 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-12 18:42:50 -0500
commit37a8ee6e952fb8c837ffbabfe3a5068b08e75b13 (patch)
treed48dc51ab27f65571678687ef1d254f4caa85d32 /gtk/gtkenums.h
parent74c48203f0a790ae6b6bb33cf7cf6ed2c3a4d3d5 (diff)
downloadgtk+-37a8ee6e952fb8c837ffbabfe3a5068b08e75b13.tar.gz
docs: fully break lines in examples
Try to do a better job of keeping example content from being too wide. It is often rendered as <pre> text so the only time we can wrap it is in the source. It is best to full break lines at all punctuation and to try to keep the width under 70 chars or so.
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r--gtk/gtkenums.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 6cba7d345e..48414b82bc 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -200,15 +200,13 @@ typedef enum
typedef enum
{
GTK_DELETE_CHARS,
- GTK_DELETE_WORD_ENDS, /* delete only the portion of the word to the
- * left/right of cursor if we're in the middle
- * of a word */
+ GTK_DELETE_WORD_ENDS,
GTK_DELETE_WORDS,
GTK_DELETE_DISPLAY_LINES,
GTK_DELETE_DISPLAY_LINE_ENDS,
- GTK_DELETE_PARAGRAPH_ENDS, /* like C-k in Emacs (or its reverse) */
- GTK_DELETE_PARAGRAPHS, /* C-k in pico, kill whole line */
- GTK_DELETE_WHITESPACE /* M-\ in Emacs */
+ GTK_DELETE_PARAGRAPH_ENDS,
+ GTK_DELETE_PARAGRAPHS,
+ GTK_DELETE_WHITESPACE
} GtkDeleteType;
/* Focus movement types */