Python_2  1.0
Public Member Functions | Public Attributes | List of all members
digitalClock.EntryWithIntVar Class Reference

Create an entry and its associate StringVar. More...

Public Member Functions

def __init__ (self, root)
 Constructor. More...
 

Public Attributes

 var
 Var used as the textvariable of this entry. More...
 
 entry
 Entry to receive the initial time of the regressive clock. More...
 

Detailed Description

Create an entry and its associate StringVar.

Constructor & Destructor Documentation

◆ __init__()

def digitalClock.EntryWithIntVar.__init__ (   self,
  root 
)

Constructor.

Parameters
rootparent widget.

Member Data Documentation

◆ entry

digitalClock.EntryWithIntVar.entry

Entry to receive the initial time of the regressive clock.

◆ var

digitalClock.EntryWithIntVar.var

Var used as the textvariable of this entry.


The documentation for this class was generated from the following file: