Sha256: eb3c3775d3e1c4d75c7f055196ae476f9e259b66de2c960a89969074bb82bce0

Contents?: true

Size: 547 Bytes

Versions: 7

Compression:

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

7 entries across 7 versions & 1 rubygems

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