Re: AppearanceElements
- To: mathgroup at smc.vnet.net
- Subject: [mg122227] Re: AppearanceElements
- From: A Retey <awnl at gmx-topmail.de>
- Date: Fri, 21 Oct 2011 06:25:21 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <j7p1qb$5kg$1@smc.vnet.net>
Am 20.10.2011 13:48, schrieb Laszlo Sturmann:
> Hi,
>
> Does anyone know how to specify which button will be shown in the
> following example?
>
> Manipulator[0.5, Appearance->'"Open", AppearanceElement->{..?..}]
>
> Ho do I refer to the individual buttons?
straight from the documentation of Manipualtor there is this list:
Manipulator[0.5, Appearance -> "Open",
AppearanceElements -> {"InputField", "StepLeftButton",
"PlayPauseButton", "StepRightButton", "FasterSlowerButtons",
"DirectionButton"}]
remove whichever you are not interested in...
hth,
albert