Sha256: b3e2048b8f87e07cc9c46940f4585d9aa12a4b47de12a635c45afd94a6b02026

Contents?: true

Size: 791 Bytes

Versions: 5

Compression:

Stored size: 791 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


module Wx

  module AUI

    class AuiNotebook

      # Iterate each notebook page.
      # Passes each page to the given block.
      # Returns an Enumerator if no block given.
      # @yieldparam [Wx::Window] page notebook page
      # @return [Object,Enumerator] last result of block or Enumerator if no block given.
      def each_page; end

      # 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

  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/doc/aui/auinotebook.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/aui/auinotebook.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/aui/auinotebook.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/aui/auinotebook.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/doc/aui/auinotebook.rb