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