[gtkmm] Regenerated extra .defs files.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Regenerated extra .defs files.
- Date: Wed, 3 Dec 2014 12:26:06 +0000 (UTC)
commit 7f93e24dae3e2fe70e207e00be2146897ca9cb48
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Dec 3 12:25:14 2014 +0100
Regenerated extra .defs files.
gdk/src/gdk_signals.defs | 9 ++++
gtk/src/gtk_signals.defs | 105 ++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 111 insertions(+), 3 deletions(-)
---
diff --git a/gdk/src/gdk_signals.defs b/gdk/src/gdk_signals.defs
index 3cb1643..dce4204 100644
--- a/gdk/src/gdk_signals.defs
+++ b/gdk/src/gdk_signals.defs
@@ -122,6 +122,15 @@
(construct-only #t)
)
+(define-property pixel-bytes
+ (of-object "GdkPixbuf")
+ (prop-type "GParamBoxed")
+ (docs "Readonly pixel data")
+ (readable #t)
+ (writable #t)
+ (construct-only #t)
+)
+
;; From GdkPixbufAnimation
;; From GdkPixbufLoader
diff --git a/gtk/src/gtk_signals.defs b/gtk/src/gtk_signals.defs
index 8cf6c2f..d3565b5 100644
--- a/gtk/src/gtk_signals.defs
+++ b/gtk/src/gtk_signals.defs
@@ -5383,7 +5383,7 @@
(define-property justify
(of-object "GtkLabel")
(prop-type "GParamEnum")
- (docs "The alignment of the lines in the text of the label relative to each other. This does NOT affect
the alignment of the label within its allocation. See GtkMisc::xalign for that")
+ (docs "The alignment of the lines in the text of the label relative to each other. This does NOT affect
the alignment of the label within its allocation. See GtkLabel:xalign for that")
(readable #t)
(writable #t)
(construct-only #f)
@@ -5524,6 +5524,24 @@
(construct-only #f)
)
+(define-property xalign
+ (of-object "GtkLabel")
+ (prop-type "GParamFloat")
+ (docs "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property yalign
+ (of-object "GtkLabel")
+ (prop-type "GParamFloat")
+ (docs "The vertical alignment, from 0 (top) to 1 (bottom)")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
;; From GtkLayout
(define-property width
@@ -6555,6 +6573,15 @@
(construct-only #f)
)
+(define-property wide-handle
+ (of-object "GtkPaned")
+ (prop-type "GParamBoolean")
+ (docs "Whether the paned should have a prominent handle")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
;; From GtkPlacesSidebar
(define-signal populate-popup
@@ -7910,6 +7937,15 @@
)
)
+(define-signal edge-overshot
+ (of-object "GtkScrolledWindow")
+ (return-type "void")
+ (when "last")
+ (parameters
+ '("GtkPositionType" "p0")
+ )
+)
+
(define-property hadjustment
(of-object "GtkScrolledWindow")
(prop-type "GParamObject")
@@ -8000,6 +8036,15 @@
(construct-only #f)
)
+(define-property overlay-scrolling
+ (of-object "GtkScrolledWindow")
+ (prop-type "GParamBoolean")
+ (docs "Overlay scrolling mode")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
;; From GtkSearchBar
(define-property search-mode-enabled
@@ -8718,6 +8763,33 @@
(construct-only #f)
)
+(define-property gtk-titlebar-double-click
+ (of-object "GtkSettings")
+ (prop-type "GParamString")
+ (docs "The action to take on titlebar double-click")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property gtk-titlebar-middle-click
+ (of-object "GtkSettings")
+ (prop-type "GParamString")
+ (docs "The action to take on titlebar middle-click")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property gtk-titlebar-right-click
+ (of-object "GtkSettings")
+ (prop-type "GParamString")
+ (docs "The action to take on titlebar right-click")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property gtk-dialogs-use-header
(of-object "GtkSettings")
(prop-type "GParamBoolean")
@@ -8920,6 +8992,24 @@
(construct-only #f)
)
+(define-property hhomogeneous
+ (of-object "GtkStack")
+ (prop-type "GParamBoolean")
+ (docs "Horizontally homogeneous sizing")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property vhomogeneous
+ (of-object "GtkStack")
+ (prop-type "GParamBoolean")
+ (docs "Vertically homogeneous sizing")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property visible-child
(of-object "GtkStack")
(prop-type "GParamObject")
@@ -10702,6 +10792,15 @@
(construct-only #f)
)
+(define-property monospace
+ (of-object "GtkTextView")
+ (prop-type "GParamBoolean")
+ (docs "Whether to use a monospace font")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
;; From GtkToggleAction
(define-signal toggled
@@ -12416,7 +12515,7 @@
(define-signal enable-debugging
(of-object "GtkWindow")
- (return-type "void")
+ (return-type "gboolean")
(when "last")
(parameters
'("gboolean" "p0")
@@ -12833,7 +12932,7 @@
(prop-type "GParamInt")
(docs "The index of the child in the parent")
(readable #t)
- (writable #f)
+ (writable #t)
(construct-only #f)
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]