Sha256: 40eb3328de5655425474a22493217c0d0c1d51e43f783639481e199a2496ab5f
Contents?: true
Size: 355 Bytes
Versions: 9
Compression:
Stored size: 355 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
9 entries across 9 versions & 1 rubygems