The root class for most (not all) WxRuby classes
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
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.
Generated with the Darkfish Rdoc Generator 1.1.6.