WidgetGroup

WidgetGroup[{content, ...}]
specifies custom layout settings for how the content widgets are displayed.
  • To use WidgetGroup, you first need to load GUIKit using Needs["GUIKit`"].
  • WidgetGroup can be used instead of default simple List structures to add optional custom layout features.
Needs["GUIKit`"]
Change the layout of the buttons to a row (as opposed to a column):
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
© 2008 Wolfram Research, Inc. japanese.gif