Sha256: d27cc504c72e6994e3a72b2e880bdf20fa3538bce9322e0dcbf3bd2eaca60bf5
Contents?: true
Size: 534 Bytes
Versions: 20
Compression:
Stored size: 534 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 './aui_notebook' module WXRuby3 class Director class AuiMDIClientWindow < AuiNotebook def setup super spec.suppress_warning(473, 'wxAuiMDIClientWindow::GetActiveChild') spec.do_not_generate(:variables, :defines, :enums, :functions) end end # class AuiMDIClientWindow end # class Director end # module WXRuby3
Version data entries
20 entries across 20 versions & 1 rubygems