Method: Wx::Size#to_s
- Defined in:
- lib/wx/classes/size.rb
#to_s ⇒ Object
More informative output for inspect etc
3 4 5 |
# File 'lib/wx/classes/size.rb', line 3 def to_s "#<Wx::Size: (#{get_width}, #{get_height})>" end |
More informative output for inspect etc
3 4 5 |
# File 'lib/wx/classes/size.rb', line 3 def to_s "#<Wx::Size: (#{get_width}, #{get_height})>" end |