Please refer to the User Manual for any detail.
Shortcuts are provided to the following classes defined in submodules:
The following two functions are not exported by default, you have to prefix identifiers with the module name:
Raise AssertionError if gtkmvc version is not compatible.
request a dotted string or iterable of string or integers representing the minimum version you need.
require("1.0")
require(("1", "2", "2"))
require([1,99,0])
Note
For historical reasons this does not take all API changes into account. Some are caught by the argument checks in View and Controller constructors.