, Manipulate, Mathematica , . Manipulator, Slider ( ) , , /, .. :
Manipulate[
Graphics[{Rectangle[{1, 1}, {3, 3}], Circle[{where, 2}, 1]},
PlotRange -> {{0, 11}, {0, 3}}, ImageSize -> {300, 60}], {where, 1,
10, 1, Manipulator, Appearance -> "Open",
AppearanceElements -> {"StepLeftButton", "StepRightButton"}}]
, SO, , , : Appearance-> Open
.
:
, , .
AppearanceElements -> {"StepLeftButton", "StepRightButton"}
.
, .
Manipulate[
Graphics[{Rectangle[{1, 1}, {3, 3}], Circle[{where, 2}, 1]},
PlotRange -> {{0, 11}, {0, 3}}, ImageSize -> {300, 60}], {where, 1,
10, 1, ControlType -> Trigger,
AppearanceElements -> {"StepLeftButton", "StepRightButton"}}]
