From 70fa0cb32695a4e52637d3d2071ae3f638157c41 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Tue, 15 Sep 1998 04:19:56 +0000 Subject: Got cursors working. Got cursors working. Use the cursors properly on the spreadhseet (gives good feedback on what is going to happen). More work on autofill. miguel. svn path=/trunk/; revision=377 --- widgets/misc/pixmaps/cursor_cross.xpm | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 widgets/misc/pixmaps/cursor_cross.xpm (limited to 'widgets/misc/pixmaps') diff --git a/widgets/misc/pixmaps/cursor_cross.xpm b/widgets/misc/pixmaps/cursor_cross.xpm new file mode 100644 index 0000000000..48f848e9ea --- /dev/null +++ b/widgets/misc/pixmaps/cursor_cross.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_cross_xpm[] = { +"32 32 3 1", +" c None", +". c #000000", +"+ c #FFFFFF", +" ", +" ", +" ", +" ", +" ", +" ......... ", +" .+++++++.. ", +" .+++++++.. ", +" .+++++++.. ", +" .+++++++.. ", +" .+++++++.. ", +" .......+++++++........ ", +" .+++++++++++++++++++.. ", +" .+++++++++++++++++++.. ", +" .+++++++++++++++++++.. ", +" .+++++++++++++++++++.. ", +" .+++++++++++++++++++.. ", +" .+++++++++++++++++++.. ", +" .+++++++++++++++++++.. ", +" .......+++++++........ ", +" ......+++++++........ ", +" .+++++++.. ", +" .+++++++.. ", +" .+++++++.. ", +" .+++++++.. ", +" .......... ", +" ......... ", +" ", +" ", +" ", +" ", +" "}; -- cgit v1.2.3