Sha256: 40165b10c8c08203b5632f15c1359cf0127f9c12e6b68702d5ac000e89a03bbf

Contents?: true

Size: 486 Bytes

Versions: 2

Compression:

Stored size: 486 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 lib/wx/doc/aui/auimanager.rb
wxruby3-0.9.0 lib/wx/doc/aui/auimanager.rb