[gtkmm/gtkmm-3-16: 1/2] Regenerate .defs files.



commit 89c08aa62d524442ac4e4a527a71e106fa9f431d
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 24 12:41:07 2015 +0100

    Regenerate .defs files.

 gtk/src/gtk_enums.defs   |   21 +++++++++++++++++++++
 gtk/src/gtk_methods.defs |   16 ++++++++++++++++
 gtk/src/gtk_signals.defs |   36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 73 insertions(+), 0 deletions(-)
---
diff --git a/gtk/src/gtk_enums.defs b/gtk/src/gtk_enums.defs
index 09af5b8..58ea97e 100644
--- a/gtk/src/gtk_enums.defs
+++ b/gtk/src/gtk_enums.defs
@@ -176,6 +176,27 @@
   )
 )
 
+;; From gtkcairoblurprivate.h
+
+;; Original typedef:
+;; typedef enum {
+;;   GTK_BLUR_NONE = 0,
+;;   GTK_BLUR_X = 1<<0,
+;;   GTK_BLUR_Y = 1<<1,
+;;   GTK_BLUR_REPEAT = 1<<2
+;; } GtkBlurFlags;
+
+(define-flags-extended BlurFlags
+  (in-module "Gtk")
+  (c-name "GtkBlurFlags")
+  (values
+    '("none" "GTK_BLUR_NONE" "0x0")
+    '("x" "GTK_BLUR_X" "1<<0")
+    '("y" "GTK_BLUR_Y" "1<<1")
+    '("repeat" "GTK_BLUR_REPEAT" "1<<2")
+  )
+)
+
 ;; From gtkcalendar.h
 
 ;; Original typedef:
diff --git a/gtk/src/gtk_methods.defs b/gtk/src/gtk_methods.defs
index d320c6b..a9befa0 100644
--- a/gtk/src/gtk_methods.defs
+++ b/gtk/src/gtk_methods.defs
@@ -1912,6 +1912,18 @@
   )
 )
 
+(define-flags BlurFlags
+  (in-module "Gtk")
+  (c-name "GtkBlurFlags")
+  (gtype-id "GTK_TYPE_BLUR_FLAGS")
+  (values
+    '("none" "GTK_BLUR_NONE")
+    '("x" "GTK_BLUR_X")
+    '("y" "GTK_BLUR_Y")
+    '("repeat" "GTK_BLUR_REPEAT")
+  )
+)
+
 (define-flags CalendarDisplayOptions
   (in-module "Gtk")
   (c-name "GtkCalendarDisplayOptions")
@@ -27260,6 +27272,10 @@
 
 
 
+;; From gtktextattributesprivate.h
+
+
+
 ;; From gtktextbtree.h
 
 
diff --git a/gtk/src/gtk_signals.defs b/gtk/src/gtk_signals.defs
index 5707df3..9cc0585 100644
--- a/gtk/src/gtk_signals.defs
+++ b/gtk/src/gtk_signals.defs
@@ -10233,6 +10233,15 @@
   (construct-only #f)
 )
 
+(define-property strikethrough-rgba
+  (of-object "GtkTextTag")
+  (prop-type "GParamBoxed")
+  (docs "Color of strike-through for this text")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 (define-property right-margin
   (of-object "GtkTextTag")
   (prop-type "GParamInt")
@@ -10251,6 +10260,15 @@
   (construct-only #f)
 )
 
+(define-property underline-rgba
+  (of-object "GtkTextTag")
+  (prop-type "GParamBoxed")
+  (docs "Color of underline for this text")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 (define-property rise
   (of-object "GtkTextTag")
   (prop-type "GParamInt")
@@ -10512,6 +10530,15 @@
   (construct-only #f)
 )
 
+(define-property strikethrough-rgba-set
+  (of-object "GtkTextTag")
+  (prop-type "GParamBoolean")
+  (docs "Whether this tag affects strikethrough color")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 (define-property right-margin-set
   (of-object "GtkTextTag")
   (prop-type "GParamBoolean")
@@ -10530,6 +10557,15 @@
   (construct-only #f)
 )
 
+(define-property underline-rgba-set
+  (of-object "GtkTextTag")
+  (prop-type "GParamBoolean")
+  (docs "Whether this tag affects underlining color")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 (define-property rise-set
   (of-object "GtkTextTag")
   (prop-type "GParamBoolean")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]