Setting the label will set adw.split_button.SplitButton.iconName and adw.split_button.SplitButton.child to NULL.
SplitButton.label
string label() @property nothrowGet label property.
Returns
The label for the button.
void label(string propval) @property nothrowSet label property.
Parameters
propval | The label for the button. Setting the label will set adw.split_button.SplitButton.iconName and adw.split_button.SplitButton.child to NULL. |