#ifndef CURSORS_H #define CURSORS_H typedef struct { GdkCursor *cursor; int hot_x, hot_y; char **xpm; } GnumericCursorDef; #define GNUMERIC_CURSOR_FAT_CROSS 0 #define GNUMERIC_CURSOR_THIN_CROSS 1 #define GNUMERIC_CURSOR_ARROW 2 extern GnumericCursorDef gnumeric_cursors []; void cursors_init (void); void cursors_shutdown (void); #define cursor_set(win,c) \ gdk_window_set_cursor (win, gnumeric_cursors [c].cursor) #define cursor_set_widget(w,c) \ gdk_window_set_cursor (GTK_WIDGET (w)->window, gnumeric_cursors [c].cursor) #endif graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ecl
Commit message (Expand)AuthorAgeFilesLines
* Add missing @dirrm entries.olgeni2010-08-142-0/+3
* Upgrade to version 10.4.1.olgeni2010-08-145-134/+57
* Clean up my pkg-descr files (spelling and whitespace).olgeni2010-08-041-1/+1
* Convert LDCONFIG_DIRS to USE_LDCONFIG.makc2010-06-091-4/+1
* Switch to use newer GMP version.ale2010-04-191-2/+2
* Adopt unmaintained port.olgeni2010-01-101-1/+1
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-22