[gtkmm] Regenerated enums .defs.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Regenerated enums .defs.
- Date: Tue, 4 Mar 2014 09:57:08 +0000 (UTC)
commit bb03698cffd4250bc703e5d90f89e6aed5547a0d
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Mar 4 09:53:59 2014 +0100
Regenerated enums .defs.
gtk/src/gtk_enums.defs | 20 +++++++++-----------
1 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/gtk/src/gtk_enums.defs b/gtk/src/gtk_enums.defs
index 8247f45..0376b77 100644
--- a/gtk/src/gtk_enums.defs
+++ b/gtk/src/gtk_enums.defs
@@ -47,8 +47,8 @@
;; Original typedef:
;; typedef enum
;; {
-;; GTK_ACCEL_VISIBLE = 1 << 0, /* display in GtkAccelLabel? */
-;; GTK_ACCEL_LOCKED = 1 << 1, /* is it removable? */
+;; GTK_ACCEL_VISIBLE = 1 << 0,
+;; GTK_ACCEL_LOCKED = 1 << 1,
;; GTK_ACCEL_MASK = 0x07
;; } GtkAccelFlags;
@@ -750,9 +750,9 @@
;; Original typedef:
;; typedef enum {
-;; GTK_DEST_DEFAULT_MOTION = 1 << 0, /* respond to "drag_motion" */
-;; GTK_DEST_DEFAULT_HIGHLIGHT = 1 << 1, /* auto-highlight */
-;; GTK_DEST_DEFAULT_DROP = 1 << 2, /* respond to "drag_drop" */
+;; GTK_DEST_DEFAULT_MOTION = 1 << 0,
+;; GTK_DEST_DEFAULT_HIGHLIGHT = 1 << 1,
+;; GTK_DEST_DEFAULT_DROP = 1 << 2,
;; GTK_DEST_DEFAULT_ALL = 0x07
;; } GtkDestDefaults;
@@ -932,15 +932,13 @@
;; 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;
(define-enum-extended DeleteType
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]