Capabilities (Widget Interface)
These pages document capability slices of the bootstack widget interface. Capabilities are implemented via internal modules/mixins, but the behavior they provide is public through widgets.
Note: You typically won’t instantiate these mixins directly. Use the normal widget classes; these pages describe the behavior and methods/options they provide.
Modules
| Capability | Implementation |
|---|---|
| after | bootstack.core.capabilities.after |
| bind | bootstack.core.capabilities.bind |
| bindtags | bootstack.core.capabilities.bindtags |
| busy | bootstack.core.capabilities.busy |
| clipboard | bootstack.core.capabilities.clipboard |
| focus | bootstack.core.capabilities.focus |
| grab | bootstack.core.capabilities.grab |
| grid | bootstack.core.capabilities.grid |
| localization | bootstack.core.capabilities.localization |
| pack | bootstack.core.capabilities.pack |
| place | bootstack.core.capabilities.place |
| selection | bootstack.core.capabilities.selection |
| signals | bootstack.core.capabilities.signals |
| winfo | bootstack.core.capabilities.winfo |