winfo: the winfo commands
value atom : string -> atomId
-
tk invocation: winfo atom string
value atom_displayof : widget -> string -> atomId
-
tk invocation: winfo atom -displayof widget string
value atomname : atomId -> string
-
tk invocation: winfo atomname atomId
value atomname_displayof : widget -> atomId -> string
-
tk invocation: winfo atomname -displayof widget atomId
value cells : widget -> int
-
tk invocation: winfo cells widget
value children : widget -> widget list
-
tk invocation: winfo children widget
value class_name : widget -> string
-
tk invocation: winfo class widget
value colormapfull : widget -> bool
-
tk invocation: winfo colormapfull widget
value containing : int -> int -> widget
-
tk invocation: winfo containing int int
value containing_displayof : widget -> int -> int -> widget
-
tk invocation: winfo containing -displayof widget int int
value depth : widget -> int
-
tk invocation: winfo depth widget
value exists : widget -> bool
-
tk invocation: winfo exists widget
value fpixels : widget -> units -> float
-
tk invocation: winfo fpixels widget units
value geometry : widget -> string
-
tk invocation: winfo geometry widget
value height : widget -> int
-
tk invocation: winfo height widget
value id : widget -> string
-
tk invocation: winfo id widget
value interps : unit ->string list
-
tk invocation: winfo interps
value interps_displayof : widget -> string list
-
tk invocation: winfo interps -displayof widget
value ismapped : widget -> bool
-
tk invocation: winfo ismapped widget
value manager : widget -> string
-
tk invocation: winfo manager widget
value name : widget -> string
-
tk invocation: winfo name widget
value parent : widget -> widget
-
tk invocation: winfo parent widget
value pathname : string -> widget
-
tk invocation: winfo pathname string
value pathname_displayof : widget -> string -> widget
-
tk invocation: winfo pathname -displayof widget string
value pixels : widget -> units -> int
-
tk invocation: winfo pixels widget units
value pointerx : widget -> int
-
tk invocation: winfo pointerx widget
value pointerxy : widget -> int * int
-
tk invocation: winfo pointerxy widget
value pointery : widget -> int
-
tk invocation: winfo pointery widget
value reqheight : widget -> int
-
tk invocation: winfo reqheight widget
value reqwidth : widget -> int
-
tk invocation: winfo reqwidth widget
value rgb : widget -> color -> int * int * int
-
tk invocation: winfo rgb widget color
value rootx : widget -> int
-
tk invocation: winfo rootx widget
value rooty : widget -> int
-
tk invocation: winfo rooty widget
value screen : widget -> string
-
tk invocation: winfo screen widget
value screencells : widget -> int
-
tk invocation: winfo screencells widget
value screendepth : widget -> int
-
tk invocation: winfo screendepth widget
value screenheight : widget -> int
-
tk invocation: winfo screenheight widget
value screenmmdepth : widget -> int
-
tk invocation: winfo screenmmdepth widget
value screenmmheight : widget -> int
-
tk invocation: winfo screenmmheight widget
value screenvisual : widget -> string
-
tk invocation: winfo screenvisual widget
value screenwidth : widget -> int
-
tk invocation: winfo screenwidth widget
value server : widget -> string
-
tk invocation: winfo server widget
value toplevel : widget -> widget
-
tk invocation: winfo toplevel widget
value viewable : widget -> bool
-
tk invocation: winfo viewable widget
value visual : widget -> string
-
tk invocation: winfo visual widget
value visualsavailable : widget -> string
-
tk invocation: winfo visualsavailable widget
value vrootheight : widget -> int
-
tk invocation: winfo vrootheight widget
value vrootwidth : widget -> int
-
tk invocation: winfo vrootwidth widget
value vrootx : widget -> int
-
tk invocation: winfo vrootx widget
value vrooty : widget -> int
-
tk invocation: winfo vrooty widget
value width : widget -> int
-
tk invocation: winfo width widget
value x : widget -> int
-
tk invocation: winfo x widget
value y : widget -> int
-
tk invocation: winfo y widget
value contained : int -> int -> widget -> bool
-
contained x y w returns true if (x,y) is in w