![]() |
![]() |
![]() |
GNOME Video Arcade Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct GvaMuteButton; GtkWidget * gva_mute_button_new (void
); gboolean gva_mute_button_get_muted (GvaMuteButton *mute_button
); void gva_mute_button_set_muted (GvaMuteButton *mute_button
,gboolean muted
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkButton +----GvaMuteButton
GvaMuteButton implements AtkImplementorIface, GtkBuildable and GtkActivatable.
struct GvaMuteButton;
Contains only private data that should be read and manipulated using the functions below.
GtkWidget * gva_mute_button_new (void
);
Creates a new GvaMuteButton.
Returns : |
a new GvaMuteButton |
gboolean gva_mute_button_get_muted (GvaMuteButton *mute_button
);
Returns the muted state of mute_button
.
|
a GvaMuteButton |
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.
|
a GvaMuteButton |
|
muted state |