Module viewport_container

Procs

proc stretch(self: ViewportContainer): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc stretch=(self: ViewportContainer; val: bool) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc stretchShrink(self: ViewportContainer): int64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc stretchShrink=(self: ViewportContainer; val: int64) {.
gcsafe, locks: 0, raises: [], tags: []
.}

Methods

method input(self: ViewportContainer; event: InputEvent) {.
gcsafe, locks: 0, raises: [], tags: []
.}