Ags.Applicable

g Ags.Applicable Ags.Applicable GObject.GInterface GObject.GInterface GObject.GInterface->Ags.Applicable

Implementations:

None

Methods

apply ()

reset ()

set_update (update)

Virtual Methods

do_apply ()

do_reset ()

do_set_update (update)

Properties

None

Signals

None

Fields

None

Class Details

class Ags.Applicable
Bases:

GObject.GInterface

Structure:

Ags.ApplicableInterface

apply()

Apply all changes done so far.

New in version 3.0.0.

reset()

Reset all changes within the user interface.

New in version 3.0.0.

set_update(update)
Parameters:

update (bool) – if True do ::reset after ::apply

Update behaviour.

New in version 3.0.0.

do_apply() virtual

Apply all changes done so far.

New in version 3.0.0.

do_reset() virtual

Reset all changes within the user interface.

New in version 3.0.0.

do_set_update(update) virtual
Parameters:

update (bool) – if True do ::reset after ::apply

Update behaviour.

New in version 3.0.0.