WidgetGroup[{content, …}]
specifies custom layout settings for how the content widgets are displayed.
WidgetGroup
WidgetGroup[{content, …}]
specifies custom layout settings for how the content widgets are displayed.
范例
基本范例 (1)
Needs["GUIKit`"]Change the layout of the buttons to a row (as opposed to a column):
ref = GUIRun[Widget["Panel", WidgetGroup[{
Widget["Button", {"text" -> "Button A"}],
Widget["Button", {"text" -> "Button B"}],
Widget["Button", {"text" -> "Button C"}] }, WidgetLayout -> Row]]]GUIScreenShot[ref]相关指南
文本
Wolfram Research (2007),WidgetGroup,Wolfram 语言函数,https://reference.wolfram.com/language/GUIKit/ref/WidgetGroup.html.
CMS
Wolfram 语言. 2007. "WidgetGroup." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/GUIKit/ref/WidgetGroup.html.
APA
Wolfram 语言. (2007). WidgetGroup. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/GUIKit/ref/WidgetGroup.html 年
BibTeX
@misc{reference.wolfram_2026_widgetgroup, author="Wolfram Research", title="{WidgetGroup}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GUIKit/ref/WidgetGroup.html}", note=[Accessed: 15-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_widgetgroup, organization={Wolfram Research}, title={WidgetGroup}, year={2007}, url={https://reference.wolfram.com/language/GUIKit/ref/WidgetGroup.html}, note=[Accessed: 15-August-2026]}