mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 20:47:53 +00:00
Documentation only, dom (#17770)
* ReSync with Devel * ReSync * https://github.com/timotheecour/Nim/issues/674 * Update lib/js/dom.nim Co-authored-by: flywind <xzsflywind@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: flywind <xzsflywind@gmail.com>
This commit is contained in:
@@ -1496,7 +1496,9 @@ proc find*(w: Window, text: cstring, caseSensitive = false,
|
||||
backwards = false)
|
||||
proc focus*(w: Window)
|
||||
proc forward*(w: Window)
|
||||
proc getComputedStyle*(w: Window, e: Node, pe:Node = nil): Style
|
||||
proc getComputedStyle*(w: Window, e: Node, pe: Node = nil): Style
|
||||
## .. warning:: The returned Style may or may not be read-only at run-time in the browser. getComputedStyle is performance costly.
|
||||
|
||||
proc handleEvent*(w: Window, e: Event)
|
||||
proc home*(w: Window)
|
||||
proc moveBy*(w: Window, x, y: int)
|
||||
|
||||
Reference in New Issue
Block a user