lib/wx/doc/aui/auimanager.rb in wxruby3-1.3.0 vs lib/wx/doc/aui/auimanager.rb in wxruby3-1.3.1
- old
+ new
@@ -10,10 +10,12 @@
module AUI
class AuiManager
# Yield each pane to the given block.
+ # If no block passed returns an Enumerator.
# @yieldparam [Wx::AUI::AuiPaneInfo] pane the Aui pane info yielded
+ # @return [::Object, ::Enumerator] result of last block execution or enumerator
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