Sha256: 5a0c2e00a721209e804f417c676ad2ce1b3d58419b1324bf0b45f1c7c8fd8ec7
Contents?: true
Size: 775 Bytes
Versions: 2
Compression:
Stored size: 775 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 StaticBox < Window def setup super if Config.instance.wx_port == :wxqt || Config.platform == :macosx # missing from implementation currently spec.ignore 'wxStaticBox::wxStaticBox(wxWindow *, wxWindowID, wxWindow *, const wxPoint &, const wxSize &, long, const wxString &)', 'wxStaticBox::Create(wxWindow *, wxWindowID, wxWindow *, const wxPoint &, const wxSize &, long, const wxString &)' end end end # class StaticBox end # class Director end # module WXRuby3
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.1 | rakelib/lib/director/static_box.rb |
wxruby3-0.9.0 | rakelib/lib/director/static_box.rb |