Sha256: abb194b31e3a07e24d667250fa4550d792af89ed96c3241fa2bca8928aa34095

Contents?: true

Size: 310 Bytes

Versions: 16

Compression:

Stored size: 310 Bytes

Contents

# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# 
# Some parts are
# Copyright 2004-2007, wxRuby development team
# released under the MIT-like wxRuby2 license

class Wx::HelpController
  def self.instance(*args)
    @instance ||= new(*args)
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
wxruby3-1.3.1 lib/wx/core/helpcontroller.rb
wxruby3-1.3.0 lib/wx/core/helpcontroller.rb
wxruby3-1.2.1 lib/wx/core/helpcontroller.rb
wxruby3-1.2.0 lib/wx/core/helpcontroller.rb
wxruby3-1.1.2 lib/wx/core/helpcontroller.rb
wxruby3-1.1.1 lib/wx/core/helpcontroller.rb
wxruby3-1.1.0 lib/wx/core/helpcontroller.rb
wxruby3-1.0.1 lib/wx/core/helpcontroller.rb
wxruby3-0.9.8 lib/wx/core/helpcontroller.rb
wxruby3-0.9.7 lib/wx/core/helpcontroller.rb
wxruby3-0.9.5 lib/wx/core/helpcontroller.rb
wxruby3-0.9.4 lib/wx/core/helpcontroller.rb
wxruby3-0.9.3 lib/wx/core/helpcontroller.rb
wxruby3-0.9.2 lib/wx/core/helpcontroller.rb
wxruby3-0.9.1 lib/wx/core/helpcontroller.rb
wxruby3-0.9.0 lib/wx/core/helpcontroller.rb