Top | ![]() |
![]() |
![]() |
![]() |
enum | AgsLv2BrowserFlags |
#define | AGS_TYPE_LV2_BROWSER |
struct | AgsLv2Browser |
struct | AgsLv2BrowserClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsLv2Browser
AgsLv2Browser implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
gchar *
ags_lv2_browser_get_plugin_filename (AgsLv2Browser *lv2_browser
);
Retrieve selected lv2 plugin filename.
Since: 2.0.0
gchar *
ags_lv2_browser_get_plugin_effect (AgsLv2Browser *lv2_browser
);
GtkWidget * ags_lv2_browser_combo_box_output_boolean_controls_new ();
Creates a GtkComboBox containing suitable widgets as controls.
Since: 2.0.0
GtkWidget * ags_lv2_browser_combo_box_output_controls_new ();
GtkWidget * ags_lv2_browser_combo_box_boolean_controls_new ();
Creates a GtkComboBox containing suitable widgets as controls.
Since: 2.0.0
GtkWidget * ags_lv2_browser_combo_box_controls_new ();
Creates a GtkComboBox containing suitable widgets as controls.
Since: 2.0.0
AgsLv2Browser * ags_lv2_browser_new ();
Create a new instance of AgsLv2Browser
Since: 2.0.0
#define AGS_IS_LV2_BROWSER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LV2_BROWSER))
#define AGS_LV2_BROWSER(obj) (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_LV2_BROWSER, AgsLv2Browser))
#define AGS_LV2_BROWSER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_LV2_BROWSER, AgsLv2BrowserClass))
#define AGS_LV2_BROWSER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LV2_BROWSER, AgsLv2BrowserClass))