Module link_button

Consts

UNDERLINE_MODE_ALWAYS* = 0'i64
UNDERLINE_MODE_ON_HOVER* = 1'i64
UNDERLINE_MODE_NEVER* = 2'i64

Procs

proc text*(self: LinkButton): string {.
gcsafe, locks: 0
.}
proc `text =`*(self: LinkButton; val: string) {.
gcsafe, locks: 0
.}
proc underline*(self: LinkButton): int64 {.
gcsafe, locks: 0
.}
proc `underline =`*(self: LinkButton; val: int64) {.
gcsafe, locks: 0
.}