Sha256: 30fe10b33f3eae9e93f8493e1c94f798046154d37be2dd2d5e0b2c6cde3bdaad
Contents?: true
Size: 942 Bytes
Versions: 14
Compression:
Stored size: 942 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. ### # wxRuby3 wxWidgets interface director ### module WXRuby3 class Director class Locale < Director def setup super spec.disable_proxies spec.items << 'wxLanguageInfo' << 'language.h' spec.gc_as_object('wxLocale') spec.gc_as_untracked('wxLanguageInfo') spec.make_concrete 'wxLanguageInfo' spec.regard %w[ wxLanguageInfo::Language wxLanguageInfo::LocaleTag wxLanguageInfo::CanonicalName wxLanguageInfo::CanonicalRef wxLanguageInfo::Description wxLanguageInfo::DescriptionNative wxLanguageInfo::LayoutDirection ] spec.ignore_unless('WXMSW', 'wxLanguageInfo::WinLang', 'wxLanguageInfo::WinSublang') end end # class Locale end # class Director end # module WXRuby3
Version data entries
14 entries across 14 versions & 1 rubygems