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