Sha256: 9a641cbaa3fe4fd83f6f7a70eaf36f3733a63a1edff3bdd926745766d29634f3
Contents?: true
Size: 482 Bytes
Versions: 7
Compression:
Stored size: 482 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
7 entries across 7 versions & 1 rubygems