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

Version Path
wxruby3-0.9.0.pre.rc.1-x64-mingw-ucrt lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.14-x64-mingw-ucrt lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.13-x64-mingw-ucrt lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.11-x64-mingw-ucrt lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.10-x64-mingw-ucrt lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.9-x64-mingw-ucrt lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.8-x64-mingw-ucrt lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.2-x64-mingw-ucrt-3.2-3.2.2 lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.1-x64-mingw-ucrt-3.2 lib/wx/core/helpprovider.rb