Sha256: 31eb2348e5834f5625eead748142e3451736c4eae2df9a0e238dbed942b7fd3f

Contents?: true

Size: 323 Bytes

Versions: 7

Compression:

Stored size: 323 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

7 entries across 7 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/core/helpcontroller.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/core/helpcontroller.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/core/helpcontroller.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/core/helpcontroller.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/core/helpcontroller.rb
wxruby3-0.9.1-x64-mingw-ucrt lib/wx/core/helpcontroller.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/core/helpcontroller.rb