CreateLibrary[source, name] compiles a string of C code and creates a library file, name.ext.CreateLibrary[{file 1, ...}, name] compiles a number of C source files and ...
CComment[text] is a symbolic representation of a comment. CComment[text, {pre, post}] includes text to add before and after the comment.
GUIObjectQ[ref] returns True if ref is an active GUIObject and otherwise returns False.
GUIRun
(GUIKit Package Symbol) GUIRun[src] loads and runs an interface definition in a modeless state and returns immediately with a GUIObject expression that represents the live interface.GUIRun[src, ...
InvokeMethod[name, {} | content] calls a widget method on the wrapping contexted widget.InvokeMethod[{target, name}, content] calls a widget method on the specified target ...
PropertyValue[name] gets a widget property value.PropertyValue[{target, name}] gets a widget property value, specifying the target widget.PropertyValue[{target, name, index}] ...
WidgetReference[id] looks up an existing widget instance using identifier id and return the underlying object.
Widget["Frame"] represents a complete window.
Widget["Panel"] is an empty container widget.
This example uses Widget["ColorChooser"] and includes sample code demonstrating how to