Sha256: bfeeade6fdef8fe7ccd9f88637f12bcf7ef0f7024c4bfd4f05029979099c351b
Contents?: true
Size: 475 Bytes
Versions: 9
Compression:
Stored size: 475 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### 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
9 entries across 9 versions & 1 rubygems