proc label(self: EditorProperty): string {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc label=(self: EditorProperty; val: string) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc readOnly(self: EditorProperty): bool {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc readOnly=(self: EditorProperty; val: bool) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc checkable(self: EditorProperty): bool {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc checkable=(self: EditorProperty; val: bool) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc checked(self: EditorProperty): bool {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc checked=(self: EditorProperty; val: bool) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc drawRed(self: EditorProperty): bool {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc drawRed=(self: EditorProperty; val: bool) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc keying(self: EditorProperty): bool {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc keying=(self: EditorProperty; val: bool) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc getEditedProperty(self: EditorProperty): string {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc getEditedObject(self: EditorProperty): Object {.gcsafe, locks: 0,
raises: [Exception], tags: [RootEffect]
.}
-