enable.layout.constraints_namespace module

class enable.layout.constraints_namespace.ConstraintsNamespace(name, owner)[source]

Bases: object

A class which acts as a namespace for kiwi constraint variables.

The constraint variables are created on an as-needed basis, this allows components to define new constraints and build layouts with them, without having to specifically update this client code.