SplitButton.label

string label() @property

Get label property.

Returns

The label for the button.

Setting the label will set adw.split_button.SplitButton.iconName and adw.split_button.SplitButton.child to NULL.

void label(string propval) @property

Set label property.

Parameters

propvalThe label for the button. Setting the label will set adw.split_button.SplitButton.iconName and adw.split_button.SplitButton.child to NULL.