Sha256: 4ed014447c756bcf6a5d612ca88143c606a2d90badf36ee139adec4d1f7fcf53
Contents?: true
Size: 420 Bytes
Versions: 11
Compression:
Stored size: 420 Bytes
Contents
# Wx::GRID sub package loader for wxRuby3 # Copyright (c) M.J.N. Corino, The Netherlands 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
11 entries across 11 versions & 1 rubygems