Sha256: 61089702e36747bc72a12f00b9ed580b92e3242aff5d607d6c1e1495ee754b77
Contents?: true
Size: 534 Bytes
Versions: 9
Compression:
Stored size: 534 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### 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
9 entries across 9 versions & 1 rubygems