gnomemm r1449 - in goocanvasmm/trunk: . goocanvas/src
- From: arminb svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r1449 - in goocanvasmm/trunk: . goocanvas/src
- Date: Thu, 10 Apr 2008 11:51:15 +0100 (BST)
Author: arminb
Date: Thu Apr 10 11:51:15 2008
New Revision: 1449
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1449&view=rev
Log:
2008-04-10 Armin Burgmeier <armin openismus com>
* goocanvas/src/table.hg:
* goocanvas/src/tablemodel.hg: Added x-border-spacing,
y-border-spacing, vert-grid-line-width, horz-grid-line-width
properties.
* goocanvas/src/libgoocanvas_signals.defs: Regenerated.
Modified:
goocanvasmm/trunk/ChangeLog
goocanvasmm/trunk/goocanvas/src/libgoocanvas_signals.defs
goocanvasmm/trunk/goocanvas/src/table.hg
goocanvasmm/trunk/goocanvas/src/tablemodel.hg
Modified: goocanvasmm/trunk/goocanvas/src/libgoocanvas_signals.defs
==============================================================================
--- goocanvasmm/trunk/goocanvas/src/libgoocanvas_signals.defs (original)
+++ goocanvasmm/trunk/goocanvas/src/libgoocanvas_signals.defs Thu Apr 10 11:51:15 2008
@@ -409,28 +409,28 @@
;; From GooCanvasEllipse
-(define-property parent
+(define-property can-focus
(of-object "GooCanvasEllipse")
- (prop-type "GParamObject")
- (docs "The parent item")
+ (prop-type "GParamBoolean")
+ (docs "If the item can take the keyboard focus")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property can-focus
+(define-property pointer-events
(of-object "GooCanvasEllipse")
- (prop-type "GParamBoolean")
- (docs "If the item can take the keyboard focus")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property description
+(define-property visibility-threshold
(of-object "GooCanvasEllipse")
- (prop-type "GParamString")
- (docs "A description of the item for use by assistive technologies")
+ (prop-type "GParamDouble")
+ (docs "The scale threshold at which the item becomes visible")
(readable #t)
(writable #t)
(construct-only #f)
@@ -445,37 +445,37 @@
(construct-only #f)
)
-(define-property pointer-events
+(define-property parent
(of-object "GooCanvasEllipse")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamObject")
+ (docs "The parent item")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visibility-threshold
+(define-property description
(of-object "GooCanvasEllipse")
- (prop-type "GParamDouble")
- (docs "The scale threshold at which the item becomes visible")
+ (prop-type "GParamString")
+ (docs "A description of the item for use by assistive technologies")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visibility
+(define-property title
(of-object "GooCanvasEllipse")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
+ (prop-type "GParamString")
+ (docs "A short context-rich description of the item for use by assistive technologies")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property title
+(define-property visibility
(of-object "GooCanvasEllipse")
- (prop-type "GParamString")
- (docs "A short context-rich description of the item for use by assistive technologies")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
(readable #t)
(writable #t)
(construct-only #f)
@@ -611,7 +611,7 @@
(of-object "GooCanvasEllipse")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -638,7 +638,7 @@
(of-object "GooCanvasEllipse")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -708,10 +708,10 @@
;; From GooCanvasEllipseModel
-(define-property pointer-events
+(define-property transform
(of-object "GooCanvasEllipseModel")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamBoxed")
+ (docs "The transformation matrix of the item")
(readable #t)
(writable #t)
(construct-only #f)
@@ -726,15 +726,6 @@
(construct-only #f)
)
-(define-property transform
- (of-object "GooCanvasEllipseModel")
- (prop-type "GParamBoxed")
- (docs "The transformation matrix of the item")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property can-focus
(of-object "GooCanvasEllipseModel")
(prop-type "GParamBoolean")
@@ -753,15 +744,6 @@
(construct-only #f)
)
-(define-property visibility
- (of-object "GooCanvasEllipseModel")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property visibility-threshold
(of-object "GooCanvasEllipseModel")
(prop-type "GParamDouble")
@@ -780,6 +762,24 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasEllipseModel")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property visibility
+ (of-object "GooCanvasEllipseModel")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property stroke-pattern
(of-object "GooCanvasEllipseModel")
(prop-type "GParamBoxed")
@@ -910,7 +910,7 @@
(of-object "GooCanvasEllipseModel")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -937,7 +937,7 @@
(of-object "GooCanvasEllipseModel")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -1007,19 +1007,10 @@
;; From GooCanvasGroup
-(define-property visibility
- (of-object "GooCanvasGroup")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property description
+(define-property visibility-threshold
(of-object "GooCanvasGroup")
- (prop-type "GParamString")
- (docs "A description of the item for use by assistive technologies")
+ (prop-type "GParamDouble")
+ (docs "The scale threshold at which the item becomes visible")
(readable #t)
(writable #t)
(construct-only #f)
@@ -1043,6 +1034,15 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasGroup")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property parent
(of-object "GooCanvasGroup")
(prop-type "GParamObject")
@@ -1052,19 +1052,19 @@
(construct-only #f)
)
-(define-property pointer-events
+(define-property visibility
(of-object "GooCanvasGroup")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visibility-threshold
+(define-property description
(of-object "GooCanvasGroup")
- (prop-type "GParamDouble")
- (docs "The scale threshold at which the item becomes visible")
+ (prop-type "GParamString")
+ (docs "A description of the item for use by assistive technologies")
(readable #t)
(writable #t)
(construct-only #f)
@@ -1209,7 +1209,7 @@
(of-object "GooCanvasGroup")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -1236,7 +1236,7 @@
(of-object "GooCanvasGroup")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -1270,10 +1270,10 @@
;; From GooCanvasGroupModel
-(define-property pointer-events
+(define-property transform
(of-object "GooCanvasGroupModel")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamBoxed")
+ (docs "The transformation matrix of the item")
(readable #t)
(writable #t)
(construct-only #f)
@@ -1288,15 +1288,6 @@
(construct-only #f)
)
-(define-property transform
- (of-object "GooCanvasGroupModel")
- (prop-type "GParamBoxed")
- (docs "The transformation matrix of the item")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property can-focus
(of-object "GooCanvasGroupModel")
(prop-type "GParamBoolean")
@@ -1315,15 +1306,6 @@
(construct-only #f)
)
-(define-property visibility
- (of-object "GooCanvasGroupModel")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property visibility-threshold
(of-object "GooCanvasGroupModel")
(prop-type "GParamDouble")
@@ -1342,6 +1324,24 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasGroupModel")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property visibility
+ (of-object "GooCanvasGroupModel")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property stroke-pattern
(of-object "GooCanvasGroupModel")
(prop-type "GParamBoxed")
@@ -1472,7 +1472,7 @@
(of-object "GooCanvasGroupModel")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -1499,7 +1499,7 @@
(of-object "GooCanvasGroupModel")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -1533,19 +1533,10 @@
;; From GooCanvasImage
-(define-property visibility
- (of-object "GooCanvasImage")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property description
+(define-property visibility-threshold
(of-object "GooCanvasImage")
- (prop-type "GParamString")
- (docs "A description of the item for use by assistive technologies")
+ (prop-type "GParamDouble")
+ (docs "The scale threshold at which the item becomes visible")
(readable #t)
(writable #t)
(construct-only #f)
@@ -1569,6 +1560,15 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasImage")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property parent
(of-object "GooCanvasImage")
(prop-type "GParamObject")
@@ -1578,19 +1578,19 @@
(construct-only #f)
)
-(define-property pointer-events
+(define-property visibility
(of-object "GooCanvasImage")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visibility-threshold
+(define-property description
(of-object "GooCanvasImage")
- (prop-type "GParamDouble")
- (docs "The scale threshold at which the item becomes visible")
+ (prop-type "GParamString")
+ (docs "A description of the item for use by assistive technologies")
(readable #t)
(writable #t)
(construct-only #f)
@@ -1735,7 +1735,7 @@
(of-object "GooCanvasImage")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -1762,7 +1762,7 @@
(of-object "GooCanvasImage")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -1850,10 +1850,10 @@
;; From GooCanvasImageModel
-(define-property pointer-events
+(define-property transform
(of-object "GooCanvasImageModel")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamBoxed")
+ (docs "The transformation matrix of the item")
(readable #t)
(writable #t)
(construct-only #f)
@@ -1868,15 +1868,6 @@
(construct-only #f)
)
-(define-property transform
- (of-object "GooCanvasImageModel")
- (prop-type "GParamBoxed")
- (docs "The transformation matrix of the item")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property can-focus
(of-object "GooCanvasImageModel")
(prop-type "GParamBoolean")
@@ -1895,15 +1886,6 @@
(construct-only #f)
)
-(define-property visibility
- (of-object "GooCanvasImageModel")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property visibility-threshold
(of-object "GooCanvasImageModel")
(prop-type "GParamDouble")
@@ -1922,6 +1904,24 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasImageModel")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property visibility
+ (of-object "GooCanvasImageModel")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property stroke-pattern
(of-object "GooCanvasImageModel")
(prop-type "GParamBoxed")
@@ -2052,7 +2052,7 @@
(of-object "GooCanvasImageModel")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -2079,7 +2079,7 @@
(of-object "GooCanvasImageModel")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -2276,19 +2276,10 @@
)
)
-(define-property visibility
- (of-object "GooCanvasItem")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property description
+(define-property visibility-threshold
(of-object "GooCanvasItem")
- (prop-type "GParamString")
- (docs "A description of the item for use by assistive technologies")
+ (prop-type "GParamDouble")
+ (docs "The scale threshold at which the item becomes visible")
(readable #t)
(writable #t)
(construct-only #f)
@@ -2312,6 +2303,15 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasItem")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property parent
(of-object "GooCanvasItem")
(prop-type "GParamObject")
@@ -2321,19 +2321,19 @@
(construct-only #f)
)
-(define-property pointer-events
+(define-property visibility
(of-object "GooCanvasItem")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visibility-threshold
+(define-property description
(of-object "GooCanvasItem")
- (prop-type "GParamDouble")
- (docs "The scale threshold at which the item becomes visible")
+ (prop-type "GParamString")
+ (docs "A description of the item for use by assistive technologies")
(readable #t)
(writable #t)
(construct-only #f)
@@ -2396,10 +2396,10 @@
)
)
-(define-property pointer-events
+(define-property transform
(of-object "GooCanvasItemModel")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamBoxed")
+ (docs "The transformation matrix of the item")
(readable #t)
(writable #t)
(construct-only #f)
@@ -2414,15 +2414,6 @@
(construct-only #f)
)
-(define-property transform
- (of-object "GooCanvasItemModel")
- (prop-type "GParamBoxed")
- (docs "The transformation matrix of the item")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property can-focus
(of-object "GooCanvasItemModel")
(prop-type "GParamBoolean")
@@ -2441,15 +2432,6 @@
(construct-only #f)
)
-(define-property visibility
- (of-object "GooCanvasItemModel")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property visibility-threshold
(of-object "GooCanvasItemModel")
(prop-type "GParamDouble")
@@ -2468,10 +2450,17 @@
(construct-only #f)
)
-;; From GooCanvasItemSimple
+(define-property pointer-events
+ (of-object "GooCanvasItemModel")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
(define-property visibility
- (of-object "GooCanvasItemSimple")
+ (of-object "GooCanvasItemModel")
(prop-type "GParamEnum")
(docs "When the canvas item is visible")
(readable #t)
@@ -2479,10 +2468,12 @@
(construct-only #f)
)
-(define-property description
+;; From GooCanvasItemSimple
+
+(define-property visibility-threshold
(of-object "GooCanvasItemSimple")
- (prop-type "GParamString")
- (docs "A description of the item for use by assistive technologies")
+ (prop-type "GParamDouble")
+ (docs "The scale threshold at which the item becomes visible")
(readable #t)
(writable #t)
(construct-only #f)
@@ -2506,6 +2497,15 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasItemSimple")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property parent
(of-object "GooCanvasItemSimple")
(prop-type "GParamObject")
@@ -2515,19 +2515,19 @@
(construct-only #f)
)
-(define-property pointer-events
+(define-property visibility
(of-object "GooCanvasItemSimple")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visibility-threshold
+(define-property description
(of-object "GooCanvasItemSimple")
- (prop-type "GParamDouble")
- (docs "The scale threshold at which the item becomes visible")
+ (prop-type "GParamString")
+ (docs "A description of the item for use by assistive technologies")
(readable #t)
(writable #t)
(construct-only #f)
@@ -2672,7 +2672,7 @@
(of-object "GooCanvasItemSimple")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -2699,7 +2699,7 @@
(of-object "GooCanvasItemSimple")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -2733,10 +2733,10 @@
;; From GooCanvasItemModelSimple
-(define-property pointer-events
+(define-property transform
(of-object "GooCanvasItemModelSimple")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamBoxed")
+ (docs "The transformation matrix of the item")
(readable #t)
(writable #t)
(construct-only #f)
@@ -2751,15 +2751,6 @@
(construct-only #f)
)
-(define-property transform
- (of-object "GooCanvasItemModelSimple")
- (prop-type "GParamBoxed")
- (docs "The transformation matrix of the item")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property can-focus
(of-object "GooCanvasItemModelSimple")
(prop-type "GParamBoolean")
@@ -2778,15 +2769,6 @@
(construct-only #f)
)
-(define-property visibility
- (of-object "GooCanvasItemModelSimple")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property visibility-threshold
(of-object "GooCanvasItemModelSimple")
(prop-type "GParamDouble")
@@ -2805,6 +2787,24 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasItemModelSimple")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property visibility
+ (of-object "GooCanvasItemModelSimple")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property stroke-pattern
(of-object "GooCanvasItemModelSimple")
(prop-type "GParamBoxed")
@@ -2935,7 +2935,7 @@
(of-object "GooCanvasItemModelSimple")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -2962,7 +2962,7 @@
(of-object "GooCanvasItemModelSimple")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -2998,19 +2998,10 @@
;; From GooCanvasPath
-(define-property visibility
- (of-object "GooCanvasPath")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property description
+(define-property visibility-threshold
(of-object "GooCanvasPath")
- (prop-type "GParamString")
- (docs "A description of the item for use by assistive technologies")
+ (prop-type "GParamDouble")
+ (docs "The scale threshold at which the item becomes visible")
(readable #t)
(writable #t)
(construct-only #f)
@@ -3034,6 +3025,15 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasPath")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property parent
(of-object "GooCanvasPath")
(prop-type "GParamObject")
@@ -3043,19 +3043,19 @@
(construct-only #f)
)
-(define-property pointer-events
+(define-property visibility
(of-object "GooCanvasPath")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visibility-threshold
+(define-property description
(of-object "GooCanvasPath")
- (prop-type "GParamDouble")
- (docs "The scale threshold at which the item becomes visible")
+ (prop-type "GParamString")
+ (docs "A description of the item for use by assistive technologies")
(readable #t)
(writable #t)
(construct-only #f)
@@ -3200,7 +3200,7 @@
(of-object "GooCanvasPath")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -3227,7 +3227,7 @@
(of-object "GooCanvasPath")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -3270,10 +3270,10 @@
;; From GooCanvasPathModel
-(define-property pointer-events
+(define-property transform
(of-object "GooCanvasPathModel")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamBoxed")
+ (docs "The transformation matrix of the item")
(readable #t)
(writable #t)
(construct-only #f)
@@ -3288,15 +3288,6 @@
(construct-only #f)
)
-(define-property transform
- (of-object "GooCanvasPathModel")
- (prop-type "GParamBoxed")
- (docs "The transformation matrix of the item")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property can-focus
(of-object "GooCanvasPathModel")
(prop-type "GParamBoolean")
@@ -3315,15 +3306,6 @@
(construct-only #f)
)
-(define-property visibility
- (of-object "GooCanvasPathModel")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property visibility-threshold
(of-object "GooCanvasPathModel")
(prop-type "GParamDouble")
@@ -3342,6 +3324,24 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasPathModel")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property visibility
+ (of-object "GooCanvasPathModel")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property stroke-pattern
(of-object "GooCanvasPathModel")
(prop-type "GParamBoxed")
@@ -3472,7 +3472,7 @@
(of-object "GooCanvasPathModel")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -3499,7 +3499,7 @@
(of-object "GooCanvasPathModel")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -3544,19 +3544,10 @@
;; From GooCanvasPolyline
-(define-property visibility
- (of-object "GooCanvasPolyline")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property description
+(define-property visibility-threshold
(of-object "GooCanvasPolyline")
- (prop-type "GParamString")
- (docs "A description of the item for use by assistive technologies")
+ (prop-type "GParamDouble")
+ (docs "The scale threshold at which the item becomes visible")
(readable #t)
(writable #t)
(construct-only #f)
@@ -3580,6 +3571,15 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasPolyline")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property parent
(of-object "GooCanvasPolyline")
(prop-type "GParamObject")
@@ -3589,19 +3589,19 @@
(construct-only #f)
)
-(define-property pointer-events
+(define-property visibility
(of-object "GooCanvasPolyline")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visibility-threshold
+(define-property description
(of-object "GooCanvasPolyline")
- (prop-type "GParamDouble")
- (docs "The scale threshold at which the item becomes visible")
+ (prop-type "GParamString")
+ (docs "A description of the item for use by assistive technologies")
(readable #t)
(writable #t)
(construct-only #f)
@@ -3746,7 +3746,7 @@
(of-object "GooCanvasPolyline")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -3773,7 +3773,7 @@
(of-object "GooCanvasPolyline")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -3870,10 +3870,10 @@
;; From GooCanvasPolylineModel
-(define-property pointer-events
+(define-property transform
(of-object "GooCanvasPolylineModel")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamBoxed")
+ (docs "The transformation matrix of the item")
(readable #t)
(writable #t)
(construct-only #f)
@@ -3888,15 +3888,6 @@
(construct-only #f)
)
-(define-property transform
- (of-object "GooCanvasPolylineModel")
- (prop-type "GParamBoxed")
- (docs "The transformation matrix of the item")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property can-focus
(of-object "GooCanvasPolylineModel")
(prop-type "GParamBoolean")
@@ -3915,15 +3906,6 @@
(construct-only #f)
)
-(define-property visibility
- (of-object "GooCanvasPolylineModel")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property visibility-threshold
(of-object "GooCanvasPolylineModel")
(prop-type "GParamDouble")
@@ -3942,6 +3924,24 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasPolylineModel")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property visibility
+ (of-object "GooCanvasPolylineModel")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property stroke-pattern
(of-object "GooCanvasPolylineModel")
(prop-type "GParamBoxed")
@@ -4072,7 +4072,7 @@
(of-object "GooCanvasPolylineModel")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -4099,7 +4099,7 @@
(of-object "GooCanvasPolylineModel")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -4196,19 +4196,10 @@
;; From GooCanvasRect
-(define-property visibility
- (of-object "GooCanvasRect")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property description
+(define-property visibility-threshold
(of-object "GooCanvasRect")
- (prop-type "GParamString")
- (docs "A description of the item for use by assistive technologies")
+ (prop-type "GParamDouble")
+ (docs "The scale threshold at which the item becomes visible")
(readable #t)
(writable #t)
(construct-only #f)
@@ -4232,6 +4223,15 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasRect")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property parent
(of-object "GooCanvasRect")
(prop-type "GParamObject")
@@ -4241,19 +4241,19 @@
(construct-only #f)
)
-(define-property pointer-events
+(define-property visibility
(of-object "GooCanvasRect")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visibility-threshold
+(define-property description
(of-object "GooCanvasRect")
- (prop-type "GParamDouble")
- (docs "The scale threshold at which the item becomes visible")
+ (prop-type "GParamString")
+ (docs "A description of the item for use by assistive technologies")
(readable #t)
(writable #t)
(construct-only #f)
@@ -4398,7 +4398,7 @@
(of-object "GooCanvasRect")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -4425,7 +4425,7 @@
(of-object "GooCanvasRect")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -4513,10 +4513,10 @@
;; From GooCanvasRectModel
-(define-property pointer-events
+(define-property transform
(of-object "GooCanvasRectModel")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamBoxed")
+ (docs "The transformation matrix of the item")
(readable #t)
(writable #t)
(construct-only #f)
@@ -4531,15 +4531,6 @@
(construct-only #f)
)
-(define-property transform
- (of-object "GooCanvasRectModel")
- (prop-type "GParamBoxed")
- (docs "The transformation matrix of the item")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property can-focus
(of-object "GooCanvasRectModel")
(prop-type "GParamBoolean")
@@ -4558,15 +4549,6 @@
(construct-only #f)
)
-(define-property visibility
- (of-object "GooCanvasRectModel")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property visibility-threshold
(of-object "GooCanvasRectModel")
(prop-type "GParamDouble")
@@ -4585,6 +4567,24 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasRectModel")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property visibility
+ (of-object "GooCanvasRectModel")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property stroke-pattern
(of-object "GooCanvasRectModel")
(prop-type "GParamBoxed")
@@ -4715,7 +4715,7 @@
(of-object "GooCanvasRectModel")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -4742,7 +4742,7 @@
(of-object "GooCanvasRectModel")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -4832,19 +4832,10 @@
;; From GooCanvasTable
-(define-property visibility
- (of-object "GooCanvasTable")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property description
+(define-property visibility-threshold
(of-object "GooCanvasTable")
- (prop-type "GParamString")
- (docs "A description of the item for use by assistive technologies")
+ (prop-type "GParamDouble")
+ (docs "The scale threshold at which the item becomes visible")
(readable #t)
(writable #t)
(construct-only #f)
@@ -4868,6 +4859,15 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasTable")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property parent
(of-object "GooCanvasTable")
(prop-type "GParamObject")
@@ -4877,19 +4877,19 @@
(construct-only #f)
)
-(define-property pointer-events
+(define-property visibility
(of-object "GooCanvasTable")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visibility-threshold
+(define-property description
(of-object "GooCanvasTable")
- (prop-type "GParamDouble")
- (docs "The scale threshold at which the item becomes visible")
+ (prop-type "GParamString")
+ (docs "A description of the item for use by assistive technologies")
(readable #t)
(writable #t)
(construct-only #f)
@@ -5034,7 +5034,7 @@
(of-object "GooCanvasTable")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -5061,7 +5061,7 @@
(of-object "GooCanvasTable")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -5147,26 +5147,44 @@
(construct-only #f)
)
-;; From GooCanvasTableModel
+(define-property x-border-spacing
+ (of-object "GooCanvasTable")
+ (prop-type "GParamDouble")
+ (docs "The amount of spacing between the lefmost and rightmost cells and the border grid line")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
-(define-property pointer-events
- (of-object "GooCanvasTableModel")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+(define-property y-border-spacing
+ (of-object "GooCanvasTable")
+ (prop-type "GParamDouble")
+ (docs "The amount of spacing between the topmost and bottommost cells and the border grid line")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property title
- (of-object "GooCanvasTableModel")
- (prop-type "GParamString")
- (docs "A short context-rich description of the item for use by assistive technologies")
+(define-property vert-grid-line-width
+ (of-object "GooCanvasTable")
+ (prop-type "GParamDouble")
+ (docs "The width of the grid line to draw between columns")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property horz-grid-line-width
+ (of-object "GooCanvasTable")
+ (prop-type "GParamDouble")
+ (docs "The width of the grid line to draw between rows")
(readable #t)
(writable #t)
(construct-only #f)
)
+;; From GooCanvasTableModel
+
(define-property transform
(of-object "GooCanvasTableModel")
(prop-type "GParamBoxed")
@@ -5176,28 +5194,28 @@
(construct-only #f)
)
-(define-property can-focus
+(define-property title
(of-object "GooCanvasTableModel")
- (prop-type "GParamBoolean")
- (docs "If the item can take the keyboard focus")
+ (prop-type "GParamString")
+ (docs "A short context-rich description of the item for use by assistive technologies")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property parent
+(define-property can-focus
(of-object "GooCanvasTableModel")
- (prop-type "GParamObject")
- (docs "The parent item model")
+ (prop-type "GParamBoolean")
+ (docs "If the item can take the keyboard focus")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visibility
+(define-property parent
(of-object "GooCanvasTableModel")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
+ (prop-type "GParamObject")
+ (docs "The parent item model")
(readable #t)
(writable #t)
(construct-only #f)
@@ -5221,6 +5239,24 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasTableModel")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property visibility
+ (of-object "GooCanvasTableModel")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property stroke-pattern
(of-object "GooCanvasTableModel")
(prop-type "GParamBoxed")
@@ -5351,7 +5387,7 @@
(of-object "GooCanvasTableModel")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -5378,7 +5414,7 @@
(of-object "GooCanvasTableModel")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -5464,21 +5500,48 @@
(construct-only #f)
)
-;; From GooCanvasText
+(define-property x-border-spacing
+ (of-object "GooCanvasTableModel")
+ (prop-type "GParamDouble")
+ (docs "The amount of spacing between the lefmost and rightmost cells and the border grid line")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
-(define-property visibility
- (of-object "GooCanvasText")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
+(define-property y-border-spacing
+ (of-object "GooCanvasTableModel")
+ (prop-type "GParamDouble")
+ (docs "The amount of spacing between the topmost and bottommost cells and the border grid line")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property description
+(define-property vert-grid-line-width
+ (of-object "GooCanvasTableModel")
+ (prop-type "GParamDouble")
+ (docs "The width of the grid line to draw between columns")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property horz-grid-line-width
+ (of-object "GooCanvasTableModel")
+ (prop-type "GParamDouble")
+ (docs "The width of the grid line to draw between rows")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+;; From GooCanvasText
+
+(define-property visibility-threshold
(of-object "GooCanvasText")
- (prop-type "GParamString")
- (docs "A description of the item for use by assistive technologies")
+ (prop-type "GParamDouble")
+ (docs "The scale threshold at which the item becomes visible")
(readable #t)
(writable #t)
(construct-only #f)
@@ -5502,6 +5565,15 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasText")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property parent
(of-object "GooCanvasText")
(prop-type "GParamObject")
@@ -5511,19 +5583,19 @@
(construct-only #f)
)
-(define-property pointer-events
+(define-property visibility
(of-object "GooCanvasText")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visibility-threshold
+(define-property description
(of-object "GooCanvasText")
- (prop-type "GParamDouble")
- (docs "The scale threshold at which the item becomes visible")
+ (prop-type "GParamString")
+ (docs "A description of the item for use by assistive technologies")
(readable #t)
(writable #t)
(construct-only #f)
@@ -5668,7 +5740,7 @@
(of-object "GooCanvasText")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -5695,7 +5767,7 @@
(of-object "GooCanvasText")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -5810,10 +5882,10 @@
;; From GooCanvasTextModel
-(define-property pointer-events
+(define-property transform
(of-object "GooCanvasTextModel")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamBoxed")
+ (docs "The transformation matrix of the item")
(readable #t)
(writable #t)
(construct-only #f)
@@ -5828,15 +5900,6 @@
(construct-only #f)
)
-(define-property transform
- (of-object "GooCanvasTextModel")
- (prop-type "GParamBoxed")
- (docs "The transformation matrix of the item")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property can-focus
(of-object "GooCanvasTextModel")
(prop-type "GParamBoolean")
@@ -5855,15 +5918,6 @@
(construct-only #f)
)
-(define-property visibility
- (of-object "GooCanvasTextModel")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property visibility-threshold
(of-object "GooCanvasTextModel")
(prop-type "GParamDouble")
@@ -5882,6 +5936,24 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasTextModel")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property visibility
+ (of-object "GooCanvasTextModel")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property stroke-pattern
(of-object "GooCanvasTextModel")
(prop-type "GParamBoxed")
@@ -6012,7 +6084,7 @@
(of-object "GooCanvasTextModel")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -6039,7 +6111,7 @@
(of-object "GooCanvasTextModel")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -6154,19 +6226,10 @@
;; From GooCanvasWidget
-(define-property visibility
- (of-object "GooCanvasWidget")
- (prop-type "GParamEnum")
- (docs "When the canvas item is visible")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property description
+(define-property visibility-threshold
(of-object "GooCanvasWidget")
- (prop-type "GParamString")
- (docs "A description of the item for use by assistive technologies")
+ (prop-type "GParamDouble")
+ (docs "The scale threshold at which the item becomes visible")
(readable #t)
(writable #t)
(construct-only #f)
@@ -6190,6 +6253,15 @@
(construct-only #f)
)
+(define-property pointer-events
+ (of-object "GooCanvasWidget")
+ (prop-type "GParamFlags")
+ (docs "Specifies when the item receives pointer events")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
(define-property parent
(of-object "GooCanvasWidget")
(prop-type "GParamObject")
@@ -6199,19 +6271,19 @@
(construct-only #f)
)
-(define-property pointer-events
+(define-property visibility
(of-object "GooCanvasWidget")
- (prop-type "GParamFlags")
- (docs "Specifies when the item receives pointer events")
+ (prop-type "GParamEnum")
+ (docs "When the canvas item is visible")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visibility-threshold
+(define-property description
(of-object "GooCanvasWidget")
- (prop-type "GParamDouble")
- (docs "The scale threshold at which the item becomes visible")
+ (prop-type "GParamString")
+ (docs "A description of the item for use by assistive technologies")
(readable #t)
(writable #t)
(construct-only #f)
@@ -6356,7 +6428,7 @@
(of-object "GooCanvasWidget")
(prop-type "GParamUInt")
(docs "The color to use for the item's perimeter, specified as a 32-bit integer value. To disable painting set the 'stroke-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
@@ -6383,7 +6455,7 @@
(of-object "GooCanvasWidget")
(prop-type "GParamUInt")
(docs "The color to use to paint the interior of the item, specified as a 32-bit integer value. To disable painting set the 'fill-pattern' property to NULL")
- (readable #f)
+ (readable #t)
(writable #t)
(construct-only #f)
)
Modified: goocanvasmm/trunk/goocanvas/src/table.hg
==============================================================================
--- goocanvasmm/trunk/goocanvas/src/table.hg (original)
+++ goocanvasmm/trunk/goocanvas/src/table.hg Thu Apr 10 11:51:15 2008
@@ -48,6 +48,10 @@
_WRAP_PROPERTY("column-spacing", double)
_WRAP_PROPERTY("homogeneous-rows", bool)
_WRAP_PROPERTY("homogeneous-columns", bool)
+ _WRAP_PROPERTY("x-border-spacing", double)
+ _WRAP_PROPERTY("y-border-spacing", double)
+ _WRAP_PROPERTY("vert-grid-line-width", double)
+ _WRAP_PROPERTY("horz-grid-line-width", double)
};
} //namespace Goocanvas
Modified: goocanvasmm/trunk/goocanvas/src/tablemodel.hg
==============================================================================
--- goocanvasmm/trunk/goocanvas/src/tablemodel.hg (original)
+++ goocanvasmm/trunk/goocanvas/src/tablemodel.hg Thu Apr 10 11:51:15 2008
@@ -46,6 +46,10 @@
_WRAP_PROPERTY("column-spacing", double)
_WRAP_PROPERTY("homogeneous-rows", bool)
_WRAP_PROPERTY("homogeneous-columns", bool)
+ _WRAP_PROPERTY("x-border-spacing", double)
+ _WRAP_PROPERTY("y-border-spacing", double)
+ _WRAP_PROPERTY("vert-grid-line-width", double)
+ _WRAP_PROPERTY("horz-grid-line-width", double)
};
} //namespace Goocanvas
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]