krähemann.com

AgsPluginPreferences

AgsPluginPreferences — A composite widget to do plugin related preferences

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsPluginPreferences

Implemented Interfaces

AgsPluginPreferences implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable and AgsConnectable.

Includes

#include <ags/app/ags_plugin_preferences.h>

Description

AgsPluginPreferences enables you to make plugin related preferences.

Functions

ags_ladspa_plugin_preferences_alloc ()

AgsLadspaPluginPreferences *
ags_ladspa_plugin_preferences_alloc (gchar *ladspa_path);

ags_plugin_preferences_new ()

AgsPluginPreferences *
ags_plugin_preferences_new ();

Create a new instance of AgsPluginPreferences

Returns

the new AgsPluginPreferences

Since: 3.0.0


AGS_IS_PLUGIN_PREFERENCES()

#define AGS_IS_PLUGIN_PREFERENCES(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PLUGIN_PREFERENCES))

AGS_IS_PLUGIN_PREFERENCES_CLASS()

#define AGS_IS_PLUGIN_PREFERENCES_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PLUGIN_PREFERENCES))

AGS_PLUGIN_PREFERENCES()

#define AGS_PLUGIN_PREFERENCES(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLUGIN_PREFERENCES, AgsPluginPreferences))

AGS_PLUGIN_PREFERENCES_CLASS()

#define AGS_PLUGIN_PREFERENCES_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLUGIN_PREFERENCES, AgsPluginPreferencesClass))

AGS_PLUGIN_PREFERENCES_GET_CLASS()

#define AGS_PLUGIN_PREFERENCES_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PLUGIN_PREFERENCES, AgsPluginPreferencesClass))

ags_plugin_preferences_get_type ()

GType
ags_plugin_preferences_get_type (void);

Types and Values

struct AgsLadspaPluginPreferences

struct AgsLadspaPluginPreferences {
  GtkEntry *ladspa_path;
  GtkCellView *plugin_file;
};

AGS_TYPE_PLUGIN_PREFERENCES

#define AGS_TYPE_PLUGIN_PREFERENCES                (ags_plugin_preferences_get_type())

struct AgsPluginPreferences

struct AgsPluginPreferences;

struct AgsPluginPreferencesClass

struct AgsPluginPreferencesClass {
  GtkBoxClass box;
};