CProgram[args] is a symbolic representation of an entire program.
CReturn[ ] is a symbolic representation of a return from a function. CReturn[arg] returns the argument arg.
CStatement[obj] is a symbolic representation of a statement.
CWhile
(SymbolicC Package Symbol) CWhile[test, body] is a symbolic representation of a while statement.
SymbolicGUIKitXMLToWidget[body] converts a GUIKitXML representation into the equivalent user interface expression.
UnsetWidgetReference[name] removes a widget from the registry with a name in the current interface.
WidgetFill[] is a widget layout placeholder used when adjacent widgets should not dominate the layout space.
WidgetGroup[{content, ...}] specifies custom layout settings for how the content widgets are displayed.
WidgetSpace[] is a widget layout placeholder used when spacing is needed between widgets.
Widget["ComboBox"] represents a combo box.