Add two constant definitions related to list controls.

These constants are documented in Programmer's Reference for System 6.0.
This commit is contained in:
Stephen Heumann 2024-07-04 12:54:46 -05:00
parent 6cf573a87c
commit e11c24bc24
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@
#define fTextCanDim 0x0008 /* static text control */
#define fSquishText 0x0010 /* static text control */
#define fNoTrackIcon 0x0008 /* make Icon Button play dead */
#define testMemNever 0x0040 /* list control */
/* CtlProc Codes */
#define simpleProc 0x00000000L

View File

@ -26,6 +26,7 @@
#define LIST_SELECT 0x0002 /* single selection only */
/* memFlag Codes */
#define memNever 0x20 /* Inactive */
#define memDisabled 0x40 /* Sets member flag to disabled */
#define memSelected 0x80 /* Sets member flag to selected */
struct LColorTable {