Sha256: 5884df627d768a814f30a1a53abd15126cdf4c4c47575976e1d9dd0a9c3afdc5
Contents?: true
Size: 509 Bytes
Versions: 42
Compression:
Stored size: 509 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
42 entries across 42 versions & 4 rubygems