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