481 - 490 of 2365 for graphical user interfaceSearch Results
View search results from all Wolfram sites (188727 matches)
Introduction   (C Code Generator Tutorial)
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. ...
Placeholder   (Built-in Mathematica Symbol)
Placeholder[name] represents a placeholder labeled with name that indicates a place to type.Placeholder[] gives the empty placeholder \[Placeholder].
EventHandler   (Built-in Mathematica Symbol)
EventHandler[expr, {"event_1" :> action_1, "event_2" :> action_2, ...}] displays as expr, evaluating action_i whenever "event_i" occurs in connection with expr.
Normal   (Built-in Mathematica Symbol)
Normal[expr] converts expr to a normal expression, from a variety of special forms.
Put Headings in a Table   (Mathematica How To)
Mathematica provides great flexibility for displaying and styling headings in a table. You can use Prepend or ArrayFlatten to add headings to rows and columns and then use ...
Row   (Built-in Mathematica Symbol)
Row[{expr_1, expr_2, ...}] is an object that formats with the expr_i arranged in a row, potentially extending over several lines. Row[list, s] inserts s as a separator ...
GUIKit Example: Increment Controls   (GUIKit Package Tutorial)
This example demonstrates some simple interaction between user interface controls and some Mathematica scripting.
PreemptProtect   (Built-in Mathematica Symbol)
PreemptProtect[expr] evaluates expr, without any interruption from preemptive evaluations.
DocumentNotebook   (Built-in Mathematica Symbol)
DocumentNotebook[{cell_1, cell_2, ...}] represents a complete document notebook in the Mathematica front end.
Building GUIs   (GUIKit Package Guide)
 
1 ... 46|47|48|49|50|51|52 ... 237 Previous Next

...