| Top |
GtkWidget *
burner_medium_selection_new (void);
Creates a new BurnerMediumSelection object
BurnerMedium *
burner_medium_selection_get_active (BurnerMediumSelection *selector);
Gets the active medium.
gboolean burner_medium_selection_set_active (BurnerMediumSelection *selector,BurnerMedium *medium);
Sets the active medium. Emits the ::medium-changed signal.
void burner_medium_selection_show_media_type (BurnerMediumSelection *selector,BurnerMediaType type);
Filters and displays media corresponding to type
.