AgsApplicable

AgsApplicable — unique access to dialogs

Functions

Object Hierarchy

    GInterface
    ╰── AgsApplicable

Known Implementations

AgsApplicable is implemented by AgsAudioPreferences, AgsDssiBrowser, AgsGenericPreferences, AgsLadspaBrowser, AgsLineEditor, AgsLineMemberEditor, AgsLinkCollectionEditor, AgsLinkEditor, AgsListingEditor, AgsLv2Browser, AgsMachineEditor, AgsMidiDialog, AgsMidiImportWizard, AgsPadEditor, AgsPerformancePreferences, AgsPluginBrowser, AgsPreferences, AgsPropertyCollectionEditor, AgsServerPreferences, AgsTrackCollection and AgsTrackCollectionMapper.

Includes

#include <ags/object/ags_applicable.h>

Description

The AgsApplicable interface gives you a unique access to dialogs.

Functions

ags_applicable_set_update ()

void
ags_applicable_set_update (AgsApplicable *applicable,
                           gboolean update);

Update behaviour.

Parameters

applicable

an AgsApplicable

 

update

if TRUE do ::reset after ::update

 

Since: 0.3


ags_applicable_apply ()

void
ags_applicable_apply (AgsApplicable *applicable);

Apply all changes done so far.

Parameters

applicable

an AgsApplicable

 

Since: 0.3


ags_applicable_reset ()

void
ags_applicable_reset (AgsApplicable *applicable);

Reset all changes within the user interface.

Parameters

applicable

an AgsApplicable

 

Since: 0.3

Types and Values