#include "Platform/Platform.h"
Go to the source code of this file.
Variables | |
import CPFont j import CPShadow j import CPView j | CPLeftTextAlignment = 0 |
CPRightTextAlignment = 1 | |
CPCenterTextAlignment = 2 | |
CPJustifiedTextAlignment = 3 | |
CPNaturalTextAlignment = 4 | |
CPRegularControlSize = 0 | |
CPSmallControlSize = 1 | |
CPMiniControlSize = 2 | |
CPControlNormalBackgroundColor = "CPControlNormalBackgroundColor" | |
CPControlSelectedBackgroundColor = "CPControlSelectedBackgroundColor" | |
CPControlHighlightedBackgroundColor = "CPControlHighlightedBackgroundColor" | |
CPControlDisabledBackgroundColor = "CPControlDisabledBackgroundColor" | |
CPControlTextDidBeginEditingNotification = "CPControlTextDidBeginEditingNotification" | |
CPControlTextDidChangeNotification = "CPControlTextDidChangeNotification" | |
CPControlTextDidEndEditingNotification = "CPControlTextDidEndEditingNotification" | |
var | CPControlBlackColor = [CPColor blackColor] |
var | CPControlValueKey = "CPControlValueKey" |
var | CPControlIsEnabledKey = "CPControlIsEnabledKey" |
var | CPControlAlignmentKey = "CPControlAlignmentKey" |
var | CPControlFontKey = "CPControlFontKey" |
var | CPControlTextColorKey = "CPControlTextColorKey" |
var | CPControlTargetKey = "CPControlTargetKey" |
var | CPControlActionKey = "CPControlActionKey" |
var | CPControlSendActionOnKey = "CPControlSendActionOnKey" |
Definition at line 44 of file CPControl.j.
var CPControlActionKey = "CPControlActionKey" |
Definition at line 534 of file CPControl.j.
var CPControlAlignmentKey = "CPControlAlignmentKey" |
Definition at line 530 of file CPControl.j.
var CPControlBlackColor = [CPColor blackColor] |
Definition at line 81 of file CPControl.j.
CPControlDisabledBackgroundColor = "CPControlDisabledBackgroundColor" |
Definition at line 75 of file CPControl.j.
var CPControlFontKey = "CPControlFontKey" |
Definition at line 531 of file CPControl.j.
CPControlHighlightedBackgroundColor = "CPControlHighlightedBackgroundColor" |
Definition at line 74 of file CPControl.j.
var CPControlIsEnabledKey = "CPControlIsEnabledKey" |
Definition at line 529 of file CPControl.j.
CPControlNormalBackgroundColor = "CPControlNormalBackgroundColor" |
Definition at line 72 of file CPControl.j.
CPControlSelectedBackgroundColor = "CPControlSelectedBackgroundColor" |
Definition at line 73 of file CPControl.j.
var CPControlSendActionOnKey = "CPControlSendActionOnKey" |
Definition at line 535 of file CPControl.j.
var CPControlTargetKey = "CPControlTargetKey" |
Definition at line 533 of file CPControl.j.
var CPControlTextColorKey = "CPControlTextColorKey" |
Definition at line 532 of file CPControl.j.
CPControlTextDidBeginEditingNotification = "CPControlTextDidBeginEditingNotification" |
Definition at line 77 of file CPControl.j.
CPControlTextDidChangeNotification = "CPControlTextDidChangeNotification" |
Definition at line 78 of file CPControl.j.
CPControlTextDidEndEditingNotification = "CPControlTextDidEndEditingNotification" |
Definition at line 79 of file CPControl.j.
var CPControlValueKey = "CPControlValueKey" |
Definition at line 528 of file CPControl.j.
Definition at line 49 of file CPControl.j.
Definition at line 34 of file CPControl.j.
Definition at line 70 of file CPControl.j.
Definition at line 54 of file CPControl.j.
Definition at line 60 of file CPControl.j.
Definition at line 39 of file CPControl.j.
Definition at line 65 of file CPControl.j.