Sha256: 14bcb87e4c99ddbe8e8f118dc5274d7e0fc9d21ede5a839d583a1808f080bbb1
Contents?: true
Size: 524 Bytes
Versions: 9
Compression:
Stored size: 524 Bytes
Contents
# Base class for providing context-sensitive help. The main definition # is in SWIG/C++ class Wx::HelpProvider class << self # We need to protect the currently set HelpProvider from GC as it is a # SWIG Director; it can't be reaped and re-wrapped later. The # easiest way is to make the currently set one an instance variable # of this class alias :__wx_set :set define_method(:set) do | help_provider | __wx_set(help_provider) @__hp__ = help_provider end end end
Version data entries
9 entries across 9 versions & 1 rubygems