Method
AdapSplitButtonset_child
Declaration [src]
void
adap_split_button_set_child (
AdapSplitButton* self,
GtkWidget* child
)
Description [src]
Sets the child widget.
Setting the child widget will set AdapSplitButton:label
and
AdapSplitButton:icon-name
to NULL
.
Sets property | Adap.SplitButton:child |
Parameters
child
-
Type:
GtkWidget
The new child widget.
The argument can be NULL
.The data is owned by the caller of the method.