|
Specialization of DisplayAttribute to display the value of an attribute by a slider.
(see Pattern DisplayAttribute )
(see also Pattern DisplayAttribute )
^#(#FullSpec #window: #(#WindowSpec #bounds: #(#Rectangle 0 0 200 30) #menu: #menuBar ) #component: #(#SpecCollection #collection: #( #(#LabelSpec #layout: #(#Point 5 5 ) #label: ''{label} '' ) #(#SliderSpec #layout: #(#Rectangle 105 5 180 25 ) #model: #{monitor} #orientation: #horizontal #start: {startValue} #stop: {stopValue} #step: 0.02 ) #(#LabelSpec #layout: #(#Point 90 5 ) #label: ''{startValue} '' ) #(#LabelSpec #layout: #(#Point 185 5 ) #label: ''{stopValue} '' ) ) ) )'
Pattern DisplaySlider Category display ObjectType use target SingleMethod use monitor SingleMethod use preset spec Expression implement label Expression implement startValue Expression implement stopValue End