aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-pilot-settings.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-02-09 14:12:41 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-02-09 14:12:41 +0800
commitd5ce9c330312557a3109fa8ea04c3e267e5392e4 (patch)
tree9866151ede580c16d61a16d31e2f821f57eab48c /e-util/e-pilot-settings.h
parent13d153008c07ce277bd0a2fde7dbbbd4e1990b88 (diff)
downloadgsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.tar
gsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.tar.gz
gsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.tar.bz2
gsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.tar.lz
gsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.tar.xz
gsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.tar.zst
gsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.zip
add row and column defines
2002-02-09 JP Rosevear <jpr@ximian.com> * e-pilot-settings.h: add row and column defines svn path=/trunk/; revision=15634
Diffstat (limited to 'e-util/e-pilot-settings.h')
-rw-r--r--e-util/e-pilot-settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-pilot-settings.h b/e-util/e-pilot-settings.h
index cdbb91495a..295977c406 100644
--- a/e-util/e-pilot-settings.h
+++ b/e-util/e-pilot-settings.h
@@ -46,6 +46,9 @@ typedef struct _EPilotSettings EPilotSettings;
typedef struct _EPilotSettingsPrivate EPilotSettingsPrivate;
typedef struct _EPilotSettingsClass EPilotSettingsClass;
+#define E_PILOT_SETTINGS_TABLE_ROWS 2
+#define E_PILOT_SETTINGS_TABLE_COLS 2
+
struct _EPilotSettings {
GtkTable parent;