#include "CoreGraphics/CGGeometry.h"
Go to the source code of this file.
Variables | |
import CPControl j | CPScrollerNoPart = 0 |
CPScrollerDecrementPage = 1 | |
CPScrollerKnob = 2 | |
CPScrollerIncrementPage = 3 | |
CPScrollerDecrementLine = 4 | |
CPScrollerIncrementLine = 5 | |
CPScrollerKnobSlot = 6 | |
CPScrollerIncrementArrow = 0 | |
CPScrollerDecrementArrow = 1 | |
CPNoScrollerParts = 0 | |
CPOnlyScrollerArrows = 1 | |
CPAllScrollerParts = 2 | |
var | PARTS_ARRANGEMENT = [CPScrollerKnobSlot, CPScrollerDecrementLine, CPScrollerIncrementLine, CPScrollerKnob] |
var | NAMES_FOR_PARTS = {} |
var | PARTS_FOR_NAMES = {} |
var | CPScrollerControlSizeKey = "CPScrollerControlSize" |
var | CPScrollerKnobProportionKey = "CPScrollerKnobProportion" |
Definition at line 42 of file CPScroller.j.
Definition at line 40 of file CPScroller.j.
Definition at line 41 of file CPScroller.j.
var CPScrollerControlSizeKey = "CPScrollerControlSize" |
Definition at line 581 of file CPScroller.j.
Definition at line 38 of file CPScroller.j.
Definition at line 33 of file CPScroller.j.
Definition at line 30 of file CPScroller.j.
Definition at line 37 of file CPScroller.j.
Definition at line 34 of file CPScroller.j.
Definition at line 32 of file CPScroller.j.
CPScrollerKnob = 2 |
Definition at line 31 of file CPScroller.j.
var CPScrollerKnobProportionKey = "CPScrollerKnobProportion" |
Definition at line 582 of file CPScroller.j.
Definition at line 35 of file CPScroller.j.
import CPControl j CPScrollerNoPart = 0 |
Definition at line 29 of file CPScroller.j.
Definition at line 50 of file CPScroller.j.
var PARTS_ARRANGEMENT = [CPScrollerKnobSlot, CPScrollerDecrementLine, CPScrollerIncrementLine, CPScrollerKnob] |
Definition at line 49 of file CPScroller.j.
var PARTS_FOR_NAMES = {} |
Definition at line 51 of file CPScroller.j.