Sha256: 857bef79800f005fafc8c7a46de5561e58ac83a34966dcea0b1b7df36ce442d8
Contents?: true
Size: 783 Bytes
Versions: 14
Compression:
Stored size: 783 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 # missing from implementation currently for WXOSX (and WXQT) spec.ignore_unless(Config::AnyOf.new(*%w[WXMSW WXGTK]), '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 # class StaticBox end # class Director end # module WXRuby3
Version data entries
14 entries across 14 versions & 1 rubygems