CBreak
(SymbolicC Package Symbol) CBreak[] is a symbolic representation of a break statement.
CExpression[arg] is a symbolic representation of code that will format using CForm[arg].
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.
CTypedef[type, var] is a symbolic representation of a type declaration.
GUIInformation[obj] returns information about a live interface object.GUIInformation[obj, target] returns information about a specific widget in the ...
SetPropertyValue[name, value] sets a widget property value.SetPropertyValue[{target, name}, value] or SetPropertyValue[{target, name} -> value] sets a widget property value, ...
Widget["IndexedImagePanel"] represents an indexed image panel.
Here are a few examples that demonstrate building user interfaces with the GUIKit framework. Hello World—The classic simple application written with GUIKit. Simple Slider
This example displays the classic simple "Hello World" application using the GUIKit framework. The following are other variants on the basic theme of specifying the user ...