From 95099ae101afb0f56803478a93ac5a0b2ca09915 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Mon, 14 Sep 1998 04:50:58 +0000 Subject: Color attributes in formats work (ie, you can get colored cells now); Color attributes in formats work (ie, you can get colored cells now); My first -futile attempts- at getting various different cursors working on the spreadsheet (we need a cross and various other cursors for a better emulation of Excel). The beginning of autofill, but I really need to see Excel live before implementing this. Miguel. svn path=/trunk/; revision=376 --- widgets/misc/e-cursors.c | 8 ++++++++ widgets/misc/e-cursors.h | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 widgets/misc/e-cursors.c create mode 100644 widgets/misc/e-cursors.h (limited to 'widgets/misc') diff --git a/widgets/misc/e-cursors.c b/widgets/misc/e-cursors.c new file mode 100644 index 0000000000..973602e175 --- /dev/null +++ b/widgets/misc/e-cursors.c @@ -0,0 +1,8 @@ +#ifndef CURSORS_H +#define CURSORS_H + +extern GdkCursor *gnumeric_cursors []; + +void cursors_init (void); +void cursors_shutdown (void); +#endif diff --git a/widgets/misc/e-cursors.h b/widgets/misc/e-cursors.h new file mode 100644 index 0000000000..973602e175 --- /dev/null +++ b/widgets/misc/e-cursors.h @@ -0,0 +1,8 @@ +#ifndef CURSORS_H +#define CURSORS_H + +extern GdkCursor *gnumeric_cursors []; + +void cursors_init (void); +void cursors_shutdown (void); +#endif -- cgit v1.2.3