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