aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-spin-button.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-11-15 06:04:21 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-11-15 06:04:21 +0800
commit9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 (patch)
tree2e1e96f33404781354c422a7e9beaf458ebeb655 /widgets/table/e-cell-spin-button.h
parent7e8f8bb9e5167b0219b48ab3e8062080d3740b0a (diff)
downloadgsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.gz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.bz2
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.lz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.xz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.zst
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.zip
** Remove trailing whitespace from source code.
2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
Diffstat (limited to 'widgets/table/e-cell-spin-button.h')
-rw-r--r--widgets/table/e-cell-spin-button.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/widgets/table/e-cell-spin-button.h b/widgets/table/e-cell-spin-button.h
index 9294857074..6bbd79bc99 100644
--- a/widgets/table/e-cell-spin-button.h
+++ b/widgets/table/e-cell-spin-button.h
@@ -7,9 +7,9 @@
* Authors:
* Mikael Hallendal <micke@codefactory.se>
*
- * Celltype for drawing a spinbutton in a cell.
+ * Celltype for drawing a spinbutton in a cell.
*
- * Used ECellPopup by Damon Chaplin <damon@ximian.com> as base for
+ * Used ECellPopup by Damon Chaplin <damon@ximian.com> as base for
* buttondrawings.
*
* This library is free software; you can redistribute it and/or
@@ -58,7 +58,7 @@ typedef struct {
ECellSpinButtonData min;
ECellSpinButtonData max;
ECellSpinButtonData step;
-
+
gboolean up_pressed;
gboolean down_pressed;
@@ -66,7 +66,7 @@ typedef struct {
typedef struct {
ECellClass parent_class;
-
+
/* Functions */
void (*step) (ECellSpinButton *mcsb,
ECellView *ecv,
@@ -82,9 +82,9 @@ ECell * e_cell_spin_button_new (gint min,
ECell *child_cell);
ECell * e_cell_spin_button_new_float (gfloat min,
- gfloat max,
+ gfloat max,
gfloat step,
- ECell *child_cell);
+ ECell *child_cell);
void e_cell_spin_button_step (ECellSpinButton *mcsb,