Frame.setLabel

Sets the text of the label. If label is NULL, the current label is removed.

class Frame
void
setLabel
(
string label
)

Parameters

label string

the text to use as the label of the frame. [allow-none]

Meta