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

Version Path
wxruby3-0.9.0.pre.rc.1 lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.14 lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.13 lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.11 lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.10 lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.9 lib/wx/core/helpprovider.rb
wxruby3-0.9.0.pre.beta.8 lib/wx/core/helpprovider.rb
wxruby64-2.0.1-x64-mingw32 lib/wx/classes/helpprovider.rb
wxruby-ruby19-2.0.1-x86-mingw32 lib/wx/classes/helpprovider.rb
wxruby-ruby19-2.0.1-x86-linux lib/wx/classes/helpprovider.rb
wxruby-ruby19-2.0.1-x86-darwin-9 lib/wx/classes/helpprovider.rb
wxruby-2.0.1-x86-mswin32-60 lib/wx/classes/helpprovider.rb
wxruby-2.0.1-x86-mingw32 lib/wx/classes/helpprovider.rb
wxruby-2.0.1-x86-linux lib/wx/classes/helpprovider.rb
wxruby-2.0.1-universal-darwin-9 lib/wx/classes/helpprovider.rb
wxruby-1.9.10-universal-darwin-9 lib/wx/classes/helpprovider.rb
wxruby-1.9.10-x86-linux lib/wx/classes/helpprovider.rb
wxruby-1.9.10-x86-mswin32-60 lib/wx/classes/helpprovider.rb
wxruby-1.9.10-x86-mingw32 lib/wx/classes/helpprovider.rb
wxruby-1.9.10-x86_64-linux lib/wx/classes/helpprovider.rb