Sha256: a0242572a7bdf7f8ae4cf06a7034e987afbdd6e122d3013bc50f1cd8da2cd201
Contents?: true
Size: 473 Bytes
Versions: 7
Compression:
Stored size: 473 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # Wx::AUI sub package loader for wxRuby3 require 'wx/core' require 'wxruby_pg' require_relative './pg/require' ::Wx.include(WxRubyStyleAccessors) ::Wx.include(::Wx::PG) if defined?(::WX_GLOBAL_CONSTANTS) && ::WX_GLOBAL_CONSTANTS ::Wx::PG.include((defined?(::WX_GLOBAL_CONSTANTS) && ::WX_GLOBAL_CONSTANTS) ? WxGlobalConstants : WxEnumConstants)
Version data entries
7 entries across 7 versions & 1 rubygems