Method: TkWinfo.screenmmwidth

Defined in:
lib/tk/winfo.rb

.screenmmwidth(win) ⇒ Object



255
256
257
# File 'lib/tk/winfo.rb', line 255

def TkWinfo.screenmmwidth(win)
  number(tk_call_without_enc('winfo', 'screenmmwidth', win))
end