API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPScroller.j File Reference
#include "../Foundation/Foundation.h"
+ Include dependency graph for CPScroller.j:

Go to the source code of this file.

Variables

 CPAllScrollerParts = 2
 
 CPNoScrollerParts = 0
 
 CPOnlyScrollerArrows = 1
 
var CPScrollerControlSizeKey = @"@"CPScrollerControlSize"
 
 CPScrollerDecrementArrow = 1
 
 CPScrollerDecrementLine = 4
 
 CPScrollerDecrementPage = 1
 
 CPScrollerIncrementArrow = 0
 
 CPScrollerIncrementLine = 5
 
 CPScrollerIncrementPage = 3
 
var CPScrollerIsVerticalKey = @"@"CPScrollerIsVerticalKey"
 
 CPScrollerKnob = 2
 
var CPScrollerKnobProportionKey = @"@"CPScrollerKnobProportion"
 
 CPScrollerKnobSlot = 6
 
 CPScrollerKnobStyleDark = 1
 
 CPScrollerKnobStyleDefault = 0
 
 CPScrollerKnobStyleLight = 2
 
global CPApp CPScrollerNoPart = 0
 
var CPScrollerStyleKey = @"@"CPScrollerStyleKey"
 
 CPScrollerStyleLegacy = 0
 
 CPScrollerStyleOverlay = 1
 
 CPThemeStateScrollerKnobDark = CPThemeState("scroller-knob-dark")
 
 CPThemeStateScrollerKnobLight = CPThemeState("scroller-knob-light")
 
 CPThemeStateScrollViewLegacy = CPThemeState("scroller-style-legacy")
 
var NAMES_FOR_PARTS = {}
 
var PARTS_ARRANGEMENT = [CPScrollerKnobSlot, CPScrollerDecrementLine, CPScrollerIncrementLine, CPScrollerKnob]
 
var PARTS_FOR_NAMES = {}
 

Variable Documentation

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.

Definition at line 52 of file CPScroller.j.

var PARTS_FOR_NAMES = {}

Definition at line 54 of file CPScroller.j.