comparison dwt/widgets/ScrollBar.d @ 48:34237ae5156a

Updated Scrollable to 3.514
author Jacob Carlborg <doob@me.com>
date Sun, 07 Dec 2008 20:16:52 +0100
parents d8635bb48c7c
children 4444d15131d5
comparison
equal deleted inserted replaced
47:8615c76f10e4 48:34237ae5156a
101 Scrollable parent; 101 Scrollable parent;
102 int minimum, maximum = 100, thumb = 10; 102 int minimum, maximum = 100, thumb = 10;
103 int increment = 1; 103 int increment = 1;
104 int pageIncrement = 10; 104 int pageIncrement = 10;
105 id target; 105 id target;
106 String actionSelector;; 106 objc.SEL actionSelector;
107 107
108 this () { 108 this () {
109 /* Do nothing */ 109 /* Do nothing */
110 } 110 }
111 111