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