[gtkmm] Regenerate extra defs



commit 4b1453afb9c01666cf4e7480e143d8206d1b7786
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Jan 31 09:54:39 2014 +0100

    Regenerate extra defs

 gtk/src/gtk_signals.defs |   76 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 76 insertions(+), 0 deletions(-)
---
diff --git a/gtk/src/gtk_signals.defs b/gtk/src/gtk_signals.defs
index bea079f..b7609ba 100644
--- a/gtk/src/gtk_signals.defs
+++ b/gtk/src/gtk_signals.defs
@@ -454,6 +454,26 @@
   (construct-only #f)
 )
 
+;; From GtkActionBar
+
+(define-property center-widget
+  (of-object "GtkActionBar")
+  (prop-type "GParamObject")
+  (docs "Widget to display in center")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property spacing
+  (of-object "GtkActionBar")
+  (prop-type "GParamInt")
+  (docs "The amount of space between children")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From GtkActivatable
 
 (define-property related-action
@@ -3003,6 +3023,15 @@
   (when "last")
 )
 
+(define-property use-header-bar
+  (of-object "GtkDialog")
+  (prop-type "GParamInt")
+  (docs "Use Header Bar for actions.")
+  (readable #t)
+  (writable #t)
+  (construct-only #t)
+)
+
 ;; From GtkDrawingArea
 
 ;; From GtkEditable
@@ -6088,6 +6117,44 @@
   (construct-only #f)
 )
 
+;; From GtkPopover
+
+(define-property relative-to
+  (of-object "GtkPopover")
+  (prop-type "GParamObject")
+  (docs "Widget the bubble window points to")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property pointing-to
+  (of-object "GtkPopover")
+  (prop-type "GParamBoxed")
+  (docs "Rectangle the bubble window points to")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property position
+  (of-object "GtkPopover")
+  (prop-type "GParamEnum")
+  (docs "Position to place the bubble window")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property modal
+  (of-object "GtkPopover")
+  (prop-type "GParamBoolean")
+  (docs "Whether the popover is modal")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From GtkPrinter
 
 (define-signal details-acquired
@@ -8051,6 +8118,15 @@
   (construct-only #f)
 )
 
+(define-property gtk-dialogs-use-header
+  (of-object "GtkSettings")
+  (prop-type "GParamBoolean")
+  (docs "Whether builtin GTK+ dialogs should use a header bar instead of an action area.")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 (define-property gtk-enable-primary-paste
   (of-object "GtkSettings")
   (prop-type "GParamBoolean")


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