![]() |
Clapkit
|
#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 |
#define kCKAppleMenuID 128 |
#define kCKUserMenuStartID 200 |
#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 |
using CKControlPtr = ControlRef |
using CKWindowPtr = WindowPtr |