Clapkit
Loading...
Searching...
No Matches
ckPlatform.h File Reference
#include <Controls.h>
#include <MacWindows.h>
#include <Quickdraw.h>

Go to the source code of this file.

Macros

#define kCKAppleMenuID   128
 
#define kCKUserMenuStartID   200
 
#define kCKButtonHeight   20
 Suggested button height for platform.
 
#define kCKCheckboxHeight   16
 Suggested checkbox height for platform.
 
#define kCKRadioboxHeight   kCKCheckboxHeight
 Suggested radio button height for platform.
 
#define kCKTextFieldHeight   20
 Suggested textfield height for platform.
 
#define kCKDropdownHeight   20
 Suggested dropdown control height for platform.
 
#define kControlProcIDButton   0
 
#define kControlProcIDCheckbox   1
 
#define kControlProcIDRadio   2
 
#define kControlProcIDScrollbar   16
 
#define kControlProcPopup   1008
 
#define QD_BOLD   1
 
#define QD_ITALIC   2
 
#define QD_UNDERLINE   4
 

Typedefs

using CKWindowPtr = WindowPtr
 
using CKControlPtr = ControlRef
 

Macro Definition Documentation

◆ kCKAppleMenuID

#define kCKAppleMenuID   128

◆ kCKUserMenuStartID

#define kCKUserMenuStartID   200

◆ kControlProcIDButton

#define kControlProcIDButton   0

◆ kControlProcIDCheckbox

#define kControlProcIDCheckbox   1

◆ kControlProcIDRadio

#define kControlProcIDRadio   2

◆ kControlProcIDScrollbar

#define kControlProcIDScrollbar   16

◆ kControlProcPopup

#define kControlProcPopup   1008

◆ QD_BOLD

#define QD_BOLD   1

◆ QD_ITALIC

#define QD_ITALIC   2

◆ QD_UNDERLINE

#define QD_UNDERLINE   4

Typedef Documentation

◆ CKControlPtr

using CKControlPtr = ControlRef

◆ CKWindowPtr

using CKWindowPtr = WindowPtr