Control

Control[{u,dom}]

表示变量 u 在域 dom 上的一个交互控件,其中控制类型的选择适合指定的域.

Control[{{u,uinit},dom}]

表示初始值为 uinit 的控件.

更多信息

  • Control 支持下列变量和域指定:
  • {u,umin,umax}操控器 (滑动条、动画器等)
    {u,umin,umax,du}步长为 du 的离散操控器
    {u,{xmin,ymin},{xmax,ymax}}二维滑动条
    {u,{u1,u2,}}少量元素的设置用工具条;更多的元素设置使用弹出菜单
    {u,{u1->lbl1,u2->lbl2,}}有元素标签的设置用工具条或弹出菜单
    {u,{True,False}}复选框
    {u,color}彩色滑动条
    {u}空白输入域
    {u,FormObject[]}带有指定字段的表单
    {u,func}从一个函数创建一个任意控制
    {{u,uinit},}用初始值 uinit
    {{u,uinit,ulbl},}包括标签 ulbl
    {{u,},,opts}用指定的控件选项
  • Control[{u,}] 中的变量 u 被自动视为 Dynamic 对象.
  • Control[{u,dom,opts}] 指定的选项通常被解释为 Manipulate 中的选项.
  • 选项设置 ControlType->type 将尝试使用指定类型的控件.
  • opts 可能包括特定于所选控件的选项设置.

范例

打开所有单元关闭所有单元

基本范例  (1)

为一个迭代器生成自动选择的控件:

范围  (2)

对于相同的控件规范,Control 选择与 Manipulate 相同的控件:

使用 ControlType 选择不同的控件:

指定特定于所选控件的选项,例如 Manipulator Manipulator

IntervalSlider:

Wolfram Research (2008),Control,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Control.html (更新于 2019 年).

文本

Wolfram Research (2008),Control,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Control.html (更新于 2019 年).

CMS

Wolfram 语言. 2008. "Control." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2019. https://reference.wolfram.com/language/ref/Control.html.

APA

Wolfram 语言. (2008). Control. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/Control.html 年

BibTeX

@misc{reference.wolfram_2024_control, author="Wolfram Research", title="{Control}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/Control.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_control, organization={Wolfram Research}, title={Control}, year={2019}, url={https://reference.wolfram.com/language/ref/Control.html}, note=[Accessed: 21-November-2024 ]}