comparison dw.h @ 390:2dbed2673df0

Change mouse cursor definitions under GTK. DW_POINTER_ARROW now uses "default" left pointing arrow, and DW_POINTER_CLOCK uses "default" clock; this is a really cool animated hourglass under RedHat 9.0!
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 08 May 2003 08:59:26 +0000
parents cbf4df4bc2f1
children 3d4c34bb7834
comparison
equal deleted inserted replaced
389:23a603b136bd 390:2dbed2673df0
483 483
484 #define DW_LIT_NONE -1 484 #define DW_LIT_NONE -1
485 485
486 #define DW_MLE_CASESENSITIVE 1 486 #define DW_MLE_CASESENSITIVE 1
487 487
488 #define DW_POINTER_ARROW GDK_ARROW 488 #define DW_POINTER_ARROW GDK_TOP_LEFT_ARROW
489 #define DW_POINTER_CLOCK GDK_CLOCK 489 #define DW_POINTER_CLOCK GDK_WATCH
490 490
491 #define HWND_DESKTOP ((HWND)0) 491 #define HWND_DESKTOP ((HWND)0)
492 492
493 /* Virtual Key Codes */ 493 /* Virtual Key Codes */
494 #define VK_LBUTTON GDK_Pointer_Button1 494 #define VK_LBUTTON GDK_Pointer_Button1