Sha256: 599adeefd93677e5c859e7cb897fed6cac8786a3eab732f92d509e44d211b171
Contents?: true
Size: 583 Bytes
Versions: 9
Compression:
Stored size: 583 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### require_relative './window' module WXRuby3 class Director class SplitterWindow < Window def setup spec.rename_for_ruby('Init' => 'wxSplitterWindow::Initialize') # this reimplemented window base method need to be properly wrapped but # is missing from the XML docs spec.extend_interface('wxSplitterWindow', 'virtual void OnInternalIdle()') super end end # class SplitterWindow end # class Director end # module WXRuby3
Version data entries
9 entries across 9 versions & 1 rubygems