Method: TkImage#width
- Defined in:
- lib/tk/image.rb
#width ⇒ Object
83 84 85 |
# File 'lib/tk/image.rb', line 83 def width number(tk_call_without_enc('image', 'width', @path)) end |
83 84 85 |
# File 'lib/tk/image.rb', line 83 def width number(tk_call_without_enc('image', 'width', @path)) end |