EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Especificações Página 132

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 304
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 131
CHAPTER 4: User-Interface Tools Control objects 132
scrollbar
(cont’d) To add to a window w:
w.add (“scrollbar” [, bounds, value, minvalue, maxvalue,
{creation_properties}]);
bounds: Optional. The control’s position and size.
value: Optional. The initial position of the scroll indicator.
Default is 0.
minvalue: Optional. The minimum value that the value
property can be set to. Default is 0. Together with
maxvalue,
defines the scrolling range.
maxvalue: Optional. The maximum value that the value
property can be set to. Default is 100. Together with
minvalue,
defines the scrolling range.
creation_properties: Optional. An object that contains the
following property:
name: A unique name for the control.
slider Slider
A slider with a moveable position indicator. All slider controls have
a horizontal orientation. Calls the onChange
callback after the
position of the indicator is changed or if its notify()
method is called.
Calls the onChanging
callback repeatedly while the user is moving
the indicator.
The
value property contains the current position of the indicator
within the range of
minvalue and maxvalue.
To add to a window
w:
w.add (“slider” [, bounds, value, minvalue, maxvalue,
{creation_properties}]);
bounds: Optional. The control’s position and size.
value: Optional. The initial position of the indicator. Default is 0.
minvalue: Optional. The minimum value that the value
property can be set to. Default is 0. Together with
maxvalue,
defines the range.
maxvalue: Optional. The maximum value that the value
property can be set to. Default is 100. Together with
minvalue,
defines the range
creation_properties: Optional. An object that contains the
following property:
name: A unique name for the control.
Type keyword Class name Description
Vista de página 131
1 2 ... 127 128 129 130 131 132 133 134 135 136 137 ... 303 304

Comentários a estes Manuais

Sem comentários