Grid
(Built-in Mathematica Symbol) Grid[{{expr_11, expr_12, ...}, {expr_21, expr_22, ...}, ...}] is an object that formats with the expr_ij arranged in a two-dimensional grid.
Views
(Mathematica Tutorial) Mathematica supports a variety of objects that can be used to organize and display information in output. Known collectively as views, these objects range from the simple ...
Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
CIf
(SymbolicC Package Symbol) CIf[test, trueArg, falseArg] is a symbolic representation of a conditional statement. CIf[test, trueArg] only has a branch if test is true.
CSwitch[cond, statements] is a symbolic representation of a switch statement.
SetPropertyValue[name, value] sets a widget property value.SetPropertyValue[{target, name}, value] or SetPropertyValue[{target, name} -> value] sets a widget property value, ...
Widget["SystemPropertiesPanel"] displays the current system property values of the underlying runtime engine.
There are a number of features of the GUIKit framework that aid deployment of user interface definitions with your own AddOns so that they can be easily executed when needed. ...
Dynamic behavior is added to a GUIKit user interface by executing Mathematica code. This lets one part of the definition interact with another, for example, specifying the ...