set_label


Description:

public void set_label (string? label)

Removes the current label_widget.

If label is not null, creates a new Label with that text and adds it as the label_widget.

Parameters:

this

a Frame

label

the text to use as the label of the frame