WindowToolbars is a notebook option that specifies the toolbars to include at the top of the window used to display the notebook on the screen.
MessageDialog[expr] puts up a standard message dialog that displays expr together with an OK button.MessageDialog[expr, {lbl_1 :> act_1, lbl_2 :> act_2, ...}] includes ...
FixCRLF["str"] changes the linefeeds in the given string to the CR/LF Windows convention.
FilledCurve[{segment_1, segment_2, ...}] represents a filled curve consisting of segment_1 followed by segment_2 etc. FilledCurve[{component_1, component_2, ...}] represents ...
Printing Options sets options for printing a notebook. Mathematica saves these settings with the notebook.
FieldHint is an option for InputField that specifies contents to display when the input field is empty.
$NewMessage is a global variable which, if set, is applied to the symbol name and tag of messages that are requested but have not yet been defined.
String
(Built-in Mathematica Symbol) String is the head of a character string " text".
SelectionEvaluateCreateCell[notebook] takes the current selection in a notebook and creates a new cell containing the result obtained by evaluating the contents of the ...
String
(Mathematica Import/Export Format) Arbitrary binary data represented as a Mathematica string. Used for importing or exporting entire raw binary data.