Gtk.Frame.prototype.set_label
function set_label(label:String):void {
// Gjs wrapper for gtk_frame_set_label()
}Sets the text of the label. If label is null, the current label is removed.
- label
the text to use as the label of the frame
function set_label(label:String):void {
// Gjs wrapper for gtk_frame_set_label()
}Sets the text of the label. If label is null, the current label is removed.
the text to use as the label of the frame