Tryst::Winfo
Thin, typed wrapper around Tk's winfo command family - one method
per subquery, coerced to the right Crystal type, reached via
App#winfo. Grouped behind a single accessor instead of a dozen-plus
flat App methods, since winfo is itself one big, well-known Tcl
command namespace. Every method accepts a path String or anything
that responds to #to_s with one (a future Widget, for instance).
@see https://www.tcl-lang.org/man/tcl9.0/TkCmd/winfo.htm winfo
Constructors
new(app : App)
SourceInstance methods
pointerx(path = ".") : Int32
The mouse pointer's current x coordinate, in screen pixels. path is any window on the same screen (default: the root window).