![]() |
API
0.9.7
|
#include "../Foundation/Foundation.h"
Go to the source code of this file.
CPAllScrollerParts = 2 |
Definition at line 45 of file CPScroller.j.
CPNoScrollerParts = 0 |
Definition at line 43 of file CPScroller.j.
CPOnlyScrollerArrows = 1 |
Definition at line 44 of file CPScroller.j.
var CPScrollerControlSizeKey = @"@"CPScrollerControlSize" |
Definition at line 801 of file CPScroller.j.
CPScrollerDecrementArrow = 1 |
Definition at line 41 of file CPScroller.j.
CPScrollerDecrementLine = 4 |
Definition at line 36 of file CPScroller.j.
CPScrollerDecrementPage = 1 |
Definition at line 33 of file CPScroller.j.
CPScrollerIncrementArrow = 0 |
Definition at line 40 of file CPScroller.j.
CPScrollerIncrementLine = 5 |
Definition at line 37 of file CPScroller.j.
CPScrollerIncrementPage = 3 |
Definition at line 35 of file CPScroller.j.
var CPScrollerIsVerticalKey = @"@"CPScrollerIsVerticalKey" |
Definition at line 802 of file CPScroller.j.
CPScrollerKnob = 2 |
Definition at line 34 of file CPScroller.j.
var CPScrollerKnobProportionKey = @"@"CPScrollerKnobProportion" |
Definition at line 803 of file CPScroller.j.
CPScrollerKnobSlot = 6 |
Definition at line 38 of file CPScroller.j.
CPScrollerKnobStyleDark = 1 |
Definition at line 68 of file CPScroller.j.
CPScrollerKnobStyleDefault = 0 |
Definition at line 67 of file CPScroller.j.
CPScrollerKnobStyleLight = 2 |
Definition at line 69 of file CPScroller.j.
global CPApp CPScrollerNoPart = 0 |
Definition at line 32 of file CPScroller.j.
var CPScrollerStyleKey = @"@"CPScrollerStyleKey" |
Definition at line 804 of file CPScroller.j.
CPScrollerStyleLegacy = 0 |
Definition at line 64 of file CPScroller.j.
CPScrollerStyleOverlay = 1 |
Definition at line 65 of file CPScroller.j.
CPThemeStateScrollerKnobDark = CPThemeState("scroller-knob-dark") |
Definition at line 73 of file CPScroller.j.
CPThemeStateScrollerKnobLight = CPThemeState("scroller-knob-light") |
Definition at line 72 of file CPScroller.j.
CPThemeStateScrollViewLegacy = CPThemeState("scroller-style-legacy") |
Definition at line 71 of file CPScroller.j.
NAMES_FOR_PARTS[CPScrollerKnob] = {} |
Definition at line 53 of file CPScroller.j.
var PARTS_ARRANGEMENT = [CPScrollerKnobSlot, CPScrollerDecrementLine, CPScrollerIncrementLine, CPScrollerKnob] |
Definition at line 52 of file CPScroller.j.
var PARTS_FOR_NAMES = {} |
Definition at line 54 of file CPScroller.j.