Top | ![]() |
![]() |
![]() |
![]() |
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.
“muted”
property“muted” gboolean
Whether the button state is muted.
Owner: GvaMuteButton
Flags: Read / Write / Construct
Default value: FALSE