Sha256: f1ceddc2a9b53bc922e176c656ccf48fb6522e2e24d5cce535477c8763c766b3
Contents?: true
Size: 537 Bytes
Versions: 19
Compression:
Stored size: 537 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 AuiDockArt < Director def setup super spec.items << 'wxAuiDefaultDockArt' spec.gc_as_object spec.include 'wx/aui/framemanager.h' spec.suppress_warning(473, 'wxAuiDockArt::Clone', 'wxAuiDefaultDockArt::Clone') end end # class AuiDockArt end # class Director end # module WXRuby3
Version data entries
19 entries across 19 versions & 1 rubygems