Returns the width of the virtual root window associated with window if there is one; otherwise returns the width of window’s screen.
627 628 629
# File 'lib/ffi-tk/command/winfo.rb', line 627 def vrootwidth(window) Tk.execute(:winfo, :vrootwidth, window) end