Sha256: 229f15c8e82d81b577b51469d9dadeed49a1187c24e0bedf95fd6c5dc4657f3e

Contents?: true

Size: 529 Bytes

Versions: 21

Compression:

Stored size: 529 Bytes

Contents

# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.

# Wx::HTML sub package loader for wxRuby3


require 'wx/core'
require 'wx/prt' if Wx.has_feature?(:USE_PRINTING_ARCHITECTURE)

require 'wxruby_html'

require_relative './html/require'

::Wx.include(WxRubyStyleAccessors)

::Wx.include(::Wx::HTML) if defined?(::WX_GLOBAL_CONSTANTS) && ::WX_GLOBAL_CONSTANTS
::Wx::HTML.include((defined?(::WX_GLOBAL_CONSTANTS) && ::WX_GLOBAL_CONSTANTS) ? WxGlobalConstants : WxEnumConstants)

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
wxruby3-1.5.1 lib/wx/html.rb
wxruby3-1.5.0 lib/wx/html.rb
wxruby3-1.4.2 lib/wx/html.rb
wxruby3-1.4.1 lib/wx/html.rb
wxruby3-1.4.0 lib/wx/html.rb
wxruby3-1.3.1 lib/wx/html.rb
wxruby3-1.3.0 lib/wx/html.rb
wxruby3-1.2.1 lib/wx/html.rb
wxruby3-1.2.0 lib/wx/html.rb
wxruby3-1.1.2 lib/wx/html.rb
wxruby3-1.1.1 lib/wx/html.rb
wxruby3-1.1.0 lib/wx/html.rb
wxruby3-1.0.1 lib/wx/html.rb
wxruby3-0.9.8 lib/wx/html.rb
wxruby3-0.9.7 lib/wx/html.rb
wxruby3-0.9.5 lib/wx/html.rb
wxruby3-0.9.4 lib/wx/html.rb
wxruby3-0.9.3 lib/wx/html.rb
wxruby3-0.9.2 lib/wx/html.rb
wxruby3-0.9.1 lib/wx/html.rb