![]() |
![]() |
![]() |
GNOME Video Arcade Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
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 +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkButton +----GvaMuteButton
typedef struct _GvaMuteButton 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 |
"muted"
property"muted" gboolean : Read / Write / Construct
Whether the button state is muted.
Default value: FALSE