comparison 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
comparison
equal deleted inserted replaced
60:61869769c050 61:4a02842f8074
349 } Box; 349 } Box;
350 350
351 typedef struct _bubblebutton { 351 typedef struct _bubblebutton {
352 #if defined(__WIN32__) || defined(WINNT) 352 #if defined(__WIN32__) || defined(WINNT)
353 ColorInfo cinfo; 353 ColorInfo cinfo;
354 int checkbox;
354 #endif 355 #endif
355 unsigned long id; 356 unsigned long id;
356 char bubbletext[BUBBLE_HELP_MAX]; 357 char bubbletext[BUBBLE_HELP_MAX];
357 #if defined(__OS2__) || defined(__EMX__) 358 #if defined(__OS2__) || defined(__EMX__)
358 PFNWP pOldProc; 359 PFNWP pOldProc;