Sha256: 5f7a90095f19c13f4f7370f3b2c572c3af5d67dc9a32aa9979ebce25aaa4a03f
Contents?: true
Size: 280 Bytes
Versions: 9
Compression:
Stored size: 280 Bytes
Contents
class Wx::AUI::AuiNotebook # Finds tab control and its tab index associated with a given window. # @param [Wx::Window] page the notebook page window # @return [Array<Wx::AUI::AuiTabCtrl, Integer>, nil] tab control and index if found else nil def find_tab(page) end end
Version data entries
9 entries across 9 versions & 1 rubygems