mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-28 01:29:32 +00:00
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:
parent
6cf573a87c
commit
e11c24bc24
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user