HildonVVolumebar

HildonVVolumebar —

Synopsis




GtkWidget*  hildon_vvolumebar_new           (void);

Description

Here is an example that creates a vertical volume bar and connects both its signals.

GtkWidget *volbar = hildon_vvolumebar_new();
g_signal_connect( G_OBJECT(volbar), "mute_toggled", G_CALLBACK(mute_toggle), NULL );
g_signal_connect( G_OBJECT(volbar), "level_changed", G_CALLBACK(level_change), NULL );

Details

hildon_vvolumebar_new ()

GtkWidget*  hildon_vvolumebar_new           (void);

Creates a new HildonVVolumebar widget.

Returns : a new HildonVVolumebar

See Also

HildonHVolumebar