diff options
author | Michael Meeks <mmeeks@src.gnome.org> | 1999-09-22 05:36:14 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 1999-09-22 05:36:14 +0800 |
commit | 710c7909d8a65c2947823dfda18f567ea6d377d3 (patch) | |
tree | 7799a6adee3979b4c11182cb1d9cba1c7dbd3109 /widgets/misc | |
parent | 10da3f1841a9902268920e17819f95bd40e9d854 (diff) | |
download | gsoc2013-evolution-710c7909d8a65c2947823dfda18f567ea6d377d3.tar gsoc2013-evolution-710c7909d8a65c2947823dfda18f567ea6d377d3.tar.gz gsoc2013-evolution-710c7909d8a65c2947823dfda18f567ea6d377d3.tar.bz2 gsoc2013-evolution-710c7909d8a65c2947823dfda18f567ea6d377d3.tar.lz gsoc2013-evolution-710c7909d8a65c2947823dfda18f567ea6d377d3.tar.xz gsoc2013-evolution-710c7909d8a65c2947823dfda18f567ea6d377d3.tar.zst gsoc2013-evolution-710c7909d8a65c2947823dfda18f567ea6d377d3.zip |
Fiddled with object creation,
Added a load of new cursors for object moving / sizing,
Fixed sheet object sizing,
Add sheet object popup menus.
svn path=/trunk/; revision=1249
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/e-cursors.c | 5 | ||||
-rw-r--r-- | widgets/misc/e-cursors.h | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/widgets/misc/e-cursors.c b/widgets/misc/e-cursors.c index 16de3abbef..b94c54bc73 100644 --- a/widgets/misc/e-cursors.c +++ b/widgets/misc/e-cursors.c @@ -13,6 +13,11 @@ typedef struct { #define GNUMERIC_CURSOR_MOVE 3 #define GNUMERIC_CURSOR_ZOOM_IN 4 #define GNUMERIC_CURSOR_ZOOM_OUT 5 +#define GNUMERIC_CURSOR_SIZE_X 6 +#define GNUMERIC_CURSOR_SIZE_Y 7 +#define GNUMERIC_CURSOR_SIZE_TL 8 +#define GNUMERIC_CURSOR_SIZE_TR 9 +#define GNUMERIC_CURSOR_PRESS 10 extern GnumericCursorDef gnumeric_cursors []; diff --git a/widgets/misc/e-cursors.h b/widgets/misc/e-cursors.h index 16de3abbef..b94c54bc73 100644 --- a/widgets/misc/e-cursors.h +++ b/widgets/misc/e-cursors.h @@ -13,6 +13,11 @@ typedef struct { #define GNUMERIC_CURSOR_MOVE 3 #define GNUMERIC_CURSOR_ZOOM_IN 4 #define GNUMERIC_CURSOR_ZOOM_OUT 5 +#define GNUMERIC_CURSOR_SIZE_X 6 +#define GNUMERIC_CURSOR_SIZE_Y 7 +#define GNUMERIC_CURSOR_SIZE_TL 8 +#define GNUMERIC_CURSOR_SIZE_TR 9 +#define GNUMERIC_CURSOR_PRESS 10 extern GnumericCursorDef gnumeric_cursors []; |