Sha256: 001648d3c73e22c328d00f69098b0d88285299eaec3df3374525f29cb52b26f1
Contents?: true
Size: 367 Bytes
Versions: 11
Compression:
Stored size: 367 Bytes
Contents
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
11 entries across 11 versions & 1 rubygems