aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-canvas-vbox.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-01-31 04:32:08 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-01-31 07:09:19 +0800
commitec73f5522ff2d6f8c476f02a9daaff32ef1db069 (patch)
tree14729b8cbf271405e732b84ca2ca944ceb0815e5 /widgets/misc/e-canvas-vbox.h
parentc7e371bc5bc8d7898236ac36e1ea0bc08518b791 (diff)
downloadgsoc2013-evolution-ec73f5522ff2d6f8c476f02a9daaff32ef1db069.tar
gsoc2013-evolution-ec73f5522ff2d6f8c476f02a9daaff32ef1db069.tar.gz
gsoc2013-evolution-ec73f5522ff2d6f8c476f02a9daaff32ef1db069.tar.bz2
gsoc2013-evolution-ec73f5522ff2d6f8c476f02a9daaff32ef1db069.tar.lz
gsoc2013-evolution-ec73f5522ff2d6f8c476f02a9daaff32ef1db069.tar.xz
gsoc2013-evolution-ec73f5522ff2d6f8c476f02a9daaff32ef1db069.tar.zst
gsoc2013-evolution-ec73f5522ff2d6f8c476f02a9daaff32ef1db069.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'widgets/misc/e-canvas-vbox.h')
-rw-r--r--widgets/misc/e-canvas-vbox.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/widgets/misc/e-canvas-vbox.h b/widgets/misc/e-canvas-vbox.h
index b41b8f80ec..9fb5b8ba34 100644
--- a/widgets/misc/e-canvas-vbox.h
+++ b/widgets/misc/e-canvas-vbox.h
@@ -34,9 +34,9 @@ G_BEGIN_DECLS
*
* name type read/write description
* --------------------------------------------------------------------------------
- * width double RW width of the CanvasVbox
- * height double R height of the CanvasVbox
- * spacing double RW Spacing between items.
+ * width gdouble RW width of the CanvasVbox
+ * height gdouble R height of the CanvasVbox
+ * spacing gdouble RW Spacing between items.
*/
#define E_CANVAS_VBOX_TYPE (e_canvas_vbox_get_type ())
@@ -55,10 +55,10 @@ struct _ECanvasVbox
/* item specific fields */
GList *items; /* Of type GnomeCanvasItem */
- double width;
- double minimum_width;
- double height;
- double spacing;
+ gdouble width;
+ gdouble minimum_width;
+ gdouble height;
+ gdouble spacing;
};
struct _ECanvasVboxClass