Sha256: 2cfbf78e424459be0143ed95a4c75d135ccaaa12a1c59eb0940ad453525e6b11
Contents?: true
Size: 426 Bytes
Versions: 2
Compression:
Stored size: 426 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: class Wx::AUI::AuiNotebook # Finds tab control and its tab index associated with a given window. # @param [Wx::Window] page the notebook page window # @return [Array<Wx::AUI::AuiTabCtrl, Integer>, nil] tab control and index if found else nil def find_tab(page) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.1-x64-mingw-ucrt | lib/wx/doc/aui/auinotebook.rb |
wxruby3-0.9.0-x64-mingw-ucrt | lib/wx/doc/aui/auinotebook.rb |