OGMRip Gtk+ Reference Manual | ||||
---|---|---|---|---|
OGMRipSourceChooserWidgetOGMRipSourceChooserWidget — Source chooser widget that can be embedded in other widgets |
#include <ogmrip-source-chooser-widget.h> OGMRipSourceChooserWidgetPriv; OGMRipSourceChooserWidget; GtkWidget* ogmrip_audio_chooser_widget_new (void); GtkWidget* ogmrip_subtitle_chooser_widget_new (void);
typedef struct _OGMRipSourceChooserWidgetPriv OGMRipSourceChooserWidgetPriv;
typedef struct { GtkComboBox parent_instance; OGMRipSourceChooserWidgetPriv *priv; } OGMRipSourceChooserWidget;
GtkWidget* ogmrip_audio_chooser_widget_new (void);
Creates a new OGMRipSourceChooserWidget for audio streams.
Returns : |
The new OGMRipSourceChooserWidget |
GtkWidget* ogmrip_subtitle_chooser_widget_new (void);
Creates a new OGMRipSourceChooserWidget for subtitles streams.
Returns : |
The new OGMRipSourceChooserWidget |