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