Sha256: 7ce64577e678b5f833cb52e0ff7ebe99c2e62d277d88af0f5d2baf79b703beb4
Contents?: true
Size: 534 Bytes
Versions: 19
Compression:
Stored size: 534 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # Wx::RTC sub package loader for wxRuby3 require 'wx/core' require 'wx/html' require 'wx/prt' if Wx.has_feature?(:USE_PRINTING_ARCHITECTURE) require 'wxruby_rtc' require 'wx/rtc/require' ::Wx.include(WxRubyStyleAccessors) ::Wx.include(::Wx::RTC) if defined?(::WX_GLOBAL_CONSTANTS) && ::WX_GLOBAL_CONSTANTS ::Wx::RTC.include((defined?(::WX_GLOBAL_CONSTANTS) && ::WX_GLOBAL_CONSTANTS) ? WxGlobalConstants : WxEnumConstants)
Version data entries
19 entries across 19 versions & 1 rubygems