Sha256: fd7ba1ec1549534737dc09ab55e3dfb433be355ba472cdd74a8cb9e6140f8d9e
Contents?: true
Size: 419 Bytes
Versions: 16
Compression:
Stored size: 419 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 Control < Window def setup super spec.ignore 'wxControl::GetLabelText(const wxString &)' end end # class Control end # class Director end # module WXRuby3
Version data entries
16 entries across 16 versions & 1 rubygems