| 
        
            | Methods |  |  
        |  |  
            |  | __init__ |  
        | 
__init__ (
        self,
        master=None,
        cnf={},
        **kw,
        )
 |  
            |  | activate |  
        | 
activate ( self,  tabIndex )
 |  
            |  | delete |  
        | 
delete (
        self,
        first,
        last=None,
        )
 |  
            |  | get |  
        | 
get ( self,  tabIndex )
 |  
            |  | index |  
        | 
index ( self,  tabIndex )
 |  
            |  | insert |  
        | 
insert (
        self,
        position,
        name1,
        *names,
        *kw,
        )
 |  
            |  | invoke |  
        | 
invoke ( self,  tabIndex )
 |  
            |  | move |  
        | 
move (
        self,
        tabIndex1,
        beforeOrAfter,
        tabIndex2,
        )
 |  
            |  | nearest |  
        | 
nearest (
        self,
        x,
        y,
        )
 |  
            |  | scan_dragto |  
        | 
scan_dragto (
        self,
        x,
        y,
        )
 |  
            |  | scan_mark |  
        | 
scan_mark (
        self,
        x,
        y,
        )
 |  
            |  | see |  
        | 
see ( self,  tabIndex )
 |  
            |  | size |  
        | 
size ( self )
 |  
            |  | tab_cget |  
        | 
tab_cget (
        self,
        tabIndex,
        option,
        )
 |  
            |  | tab_configure |  
        | 
tab_configure (
        self,
        tabIndexes,
        option=None,
        **kw,
        )
 |  
            |  | tab_focus |  
        | 
tab_focus ( self,  tabIndex )
 |  
            |  | tab_names |  
        | 
tab_names ( self,  *args )
 |  
            |  | tab_tearoff |  
        | 
tab_tearoff (
        self,
        tabIndex,
        newName=None,
        )
 |  
            |  | tag_bind |  
        | 
tag_bind (
        self,
        tagName,
        sequence=None,
        func=None,
        add=None,
        )
 |  
            |  | tag_unbind |  
        | 
tag_unbind (
        self,
        tagName,
        sequence,
        funcid=None,
        )
 |  
            |  | view |  
        | 
view ( self )
 |  
            |  | view_moveto |  
        | 
view_moveto ( self,  fraction )
 |  
            |  | view_scroll |  
        | 
view_scroll (
        self,
        number,
        what,
        )
 |  |