Sha256: 3eb8a6e0eb0bade2df69033f342ea6afd2f16cfb03702bba4e59e5643552190b
Contents?: true
Size: 401 Bytes
Versions: 9
Compression:
Stored size: 401 Bytes
Contents
# Wx::PRT sub package loader for wxRuby3 # Copyright (c) M.J.N. Corino, The Netherlands require 'wx/core' require 'wxruby_prt' require_relative './prt/require' ::Wx.include(WxRubyStyleAccessors) ::Wx.include(::Wx::PRT) if defined?(::WX_GLOBAL_CONSTANTS) && ::WX_GLOBAL_CONSTANTS ::Wx::PRT.include((defined?(::WX_GLOBAL_CONSTANTS) && ::WX_GLOBAL_CONSTANTS) ? WxGlobalConstants : WxEnumConstants)
Version data entries
9 entries across 9 versions & 1 rubygems