Sha256: f67e77a31e50928c87116e6408e27025d6edf27b21cdde528913f43770d2a276
Contents?: true
Size: 408 Bytes
Versions: 21
Compression:
Stored size: 408 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. ### # wxRuby3 wxWidgets interface director ### require_relative './window' module WXRuby3 class Director class PickerBase < Window def setup super spec.ignore 'wxPickerBase::CreateBase' end end # class PickerBase end # class Director end # module WXRuby3
Version data entries
21 entries across 21 versions & 1 rubygems