Sha256: 1994b7addf6c232571377890983b98df2928e0477e7bd313067a69aea43fc0d3
Contents?: true
Size: 332 Bytes
Versions: 9
Compression:
Stored size: 332 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### require_relative './window' module WXRuby3 class Director class Panel < Window def setup super spec.no_proxy 'wxPanel::Layout' end end # class Panel end # class Director end # module WXRuby3
Version data entries
9 entries across 9 versions & 1 rubygems