Sha256: eb6aae53f1a9d716ba02c747a7c2148e422010f4866acbb1e859800b591bf9d3
Contents?: true
Size: 593 Bytes
Versions: 16
Compression:
Stored size: 593 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 './frame' module WXRuby3 class Director class AuiMDIParentFrame < Frame def setup super spec.no_proxy %w[ wxAuiMDIParentFrame::Tile wxAuiMDIParentFrame::Cascade wxAuiMDIParentFrame::ArrangeIcons] spec.suppress_warning(473, 'wxAuiMDIParentFrame::OnCreateClient') end end # class AuiParentMDIFrame end # class Director end # module WXRuby3
Version data entries
16 entries across 16 versions & 1 rubygems