Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | gva_mute_button_new () |
gboolean | gva_mute_button_get_muted () |
void | gva_mute_button_set_muted () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkButton ╰── GvaMuteButton
GvaMuteButton implements AtkImplementorIface, GtkBuildable, GtkActionable and GtkActivatable.
gboolean
gva_mute_button_get_muted (GvaMuteButton *mute_button
);
Returns the muted state of mute_button
.
void gva_mute_button_set_muted (GvaMuteButton *mute_button
,gboolean muted
);
Sets the muted state of mute_button
to muted
. The button's icon
and tooltip will be updated appropriately.