diff dw.h @ 61:4a02842f8074

Added shift-tab and up/down/left/right button support. And added missing checkbox fix for windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 05 Dec 2001 06:03:49 +0000
parents 61869769c050
children 2be5174bdb5d
line wrap: on
line diff
--- a/dw.h	Thu Nov 29 15:10:39 2001 +0000
+++ b/dw.h	Wed Dec 05 06:03:49 2001 +0000
@@ -351,6 +351,7 @@
 typedef struct _bubblebutton {
 #if defined(__WIN32__) || defined(WINNT)
 	ColorInfo cinfo;
+	int checkbox;
 #endif
 	unsigned long id;
 	char bubbletext[BUBBLE_HELP_MAX];