[gtkmm/gtkmm-3-24] Regenerate gtk_signals.defs



commit 7d3e25b35ef6b5b8e7c8f1c4093aaaa072b05427
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed Nov 7 16:00:51 2018 +0100

    Regenerate gtk_signals.defs
    
    Bug 783801

 gtk/src/gtk_signals.defs | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 72 insertions(+)
---
diff --git a/gtk/src/gtk_signals.defs b/gtk/src/gtk_signals.defs
index 3d055df8..69f382b0 100644
--- a/gtk/src/gtk_signals.defs
+++ b/gtk/src/gtk_signals.defs
@@ -4432,6 +4432,28 @@
 
 ;; From GtkFileChooserDialog
 
+;; From GtkFileChooserNative
+
+(define-property accept-label
+  (of-object "GtkFileChooserNative")
+  (prop-type "GParamString")
+  (docs "The label on the accept button")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+  (default-value "")
+)
+
+(define-property cancel-label
+  (of-object "GtkFileChooserNative")
+  (prop-type "GParamString")
+  (docs "The label on the cancel button")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+  (default-value "")
+)
+
 ;; From GtkFileChooserWidget
 
 (define-signal show-hidden
@@ -7069,6 +7091,56 @@
   (default-value "FALSE")
 )
 
+;; From GtkNativeDialog
+
+(define-signal response
+  (of-object "GtkNativeDialog")
+  (return-type "void")
+  (flags "Run Last")
+  (parameters
+    '("gint" "p0")
+  )
+)
+
+(define-property title
+  (of-object "GtkNativeDialog")
+  (prop-type "GParamString")
+  (docs "The title of the file chooser dialog")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+  (default-value "")
+)
+
+(define-property visible
+  (of-object "GtkNativeDialog")
+  (prop-type "GParamBoolean")
+  (docs "Whether the dialog is currently visible")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+  (default-value "FALSE")
+)
+
+(define-property modal
+  (of-object "GtkNativeDialog")
+  (prop-type "GParamBoolean")
+  (docs "If TRUE, the dialog is modal (other windows are not usable while this one is up)")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+  (default-value "FALSE")
+)
+
+(define-property transient-for
+  (of-object "GtkNativeDialog")
+  (prop-type "GParamObject")
+  (docs "The transient parent of the dialog")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From GtkNotebook
 
 (define-signal switch-page


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