Sha256: e8cc6f9bc34cad187cc06649047823bcb800e797a637391f238a7b1849d75b47
Contents?: true
Size: 391 Bytes
Versions: 20
Compression:
Stored size: 391 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 Panel < Window def setup super spec.no_proxy 'wxPanel::Layout' end end # class Panel end # class Director end # module WXRuby3
Version data entries
20 entries across 20 versions & 1 rubygems