Parent

Methods

Files

Wx::Object

The root class for most (not all) WxRuby classes

Public Instance Methods

ptr_addr() click to toggle source

Returns a string containing the C++ pointer address of this object. Only useful for debugging.

# File wx/classes/object.rb, line 11
  def ptr_addr
    Wx::ptr_addr(self)
  end
to_s() click to toggle source

Massage the output of inspect to show the public module name (Wx), instead of the internal name (Wxruby2)

# File wx/classes/object.rb, line 5
  def to_s
    super.sub('ruby2', '')
  end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.