Button.setLabel
void setLabel(string label)Sets the text of the label of the button to str. This text is also used to select the stock item if [gtk.button.Button.setUseStock] is used.
This will also clear any previously set labels.
Parameters
label | a string |