Interface

Meta-18MetaExternalConstraintInterface

Interface for implementing ExternalConstraint. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_constrain(
        window: Meta.Window,
        info: ExternalConstraintInfo,
    ): boolean;
}

Hierarchy (View Summary)

Index

Methods