Sha256: 29645a7a1e1ca096e1a7b0b1714663740b61feb6c1b55793f952041ce4bfb13b

Contents?: true

Size: 504 Bytes

Versions: 2

Compression:

Stored size: 504 Bytes

Contents

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


class Wx::AUI::AuiManager

  # Yield each pane to the given block.
  # @yieldparam [Wx::AUI::AuiPaneInfo] pane the Aui pane info yielded
  def each_pane; end

  # Returns an array of all panes managed by the frame manager.
  # @return [Array<Wx::AUI::AuiPaneInfo>] all managed panes
  def get_all_panes; end
  alias_method :all_panes, :get_all_panes
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wxruby3-0.9.1-x64-mingw-ucrt lib/wx/doc/aui/auimanager.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/doc/aui/auimanager.rb