Method

AdapSplitButtonset_label

Declaration [src]

void
adap_split_button_set_label (
  AdapSplitButton* self,
  const char* label
)

Description [src]

Sets the label for self.

Setting the label will set AdapSplitButton:icon-name and AdapSplitButton:child to NULL.

Sets propertyAdap.SplitButton:label

Parameters

label

Type: const char*

The label to set.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.