Sha256: f0e73988c787347995ffa0f65bd1585e9d547beb605deff9293c3e0c754da9b9
Contents?: true
Size: 497 Bytes
Versions: 16
Compression:
Stored size: 497 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 BannerWindow < Window def setup super # not useful in wxRuby with keyword arg support spec.ignore 'wxBannerWindow::wxBannerWindow(wxWindow*,wxDirection)' end end # class BannerWindow end # class Director end # module WXRuby3
Version data entries
16 entries across 16 versions & 1 rubygems