Parent

Methods

Files

Wx::Rect

Class representing a rectangular shape

Public Instance Methods

to_s() click to toggle source

Nicely readable inspect output for Rect

# File wx/classes/rect.rb, line 4
  def to_s
    "#<Wx::Rect: (#{get_left}, #{get_top}) (#{get_right}, #{get_bottom})>"    
  end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.