HomeSort by relevance Sort by last modified time
    Searched refs:TixWidget (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/lib-tk/
Tix.py 13 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
277 class TixWidget(Tkinter.Widget):
278 """A TixWidget class is used to package all (or most) Tix widgets.
286 to create these widgets is therefore bypassed in TixWidget.__init__
419 class TixSubWidget(TixWidget):
438 TixWidget.__init__(self, master, None, None, {'name' : name})
455 TixWidget.__init__(self, parent, None, None, {'name' : name})
523 class Balloon(TixWidget):
536 TixWidget.__init__(self, master, 'tixBalloon', static, cnf, kw)
550 class ButtonBox(TixWidget)
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 9 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
269 class TixWidget(tkinter.Widget):
270 """A TixWidget class is used to package all (or most) Tix widgets.
278 to create these widgets is therefore bypassed in TixWidget.__init__
411 class TixSubWidget(TixWidget):
430 TixWidget.__init__(self, master, None, None, {'name' : name})
447 TixWidget.__init__(self, parent, None, None, {'name' : name})
517 class Balloon(TixWidget):
530 TixWidget.__init__(self, master, 'tixBalloon', static, cnf, kw)
544 class ButtonBox(TixWidget)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 13 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
280 class TixWidget(Tkinter.Widget):
281 """A TixWidget class is used to package all (or most) Tix widgets.
289 to create these widgets is therefore bypassed in TixWidget.__init__
422 class TixSubWidget(TixWidget):
441 TixWidget.__init__(self, master, None, None, {'name' : name})
458 TixWidget.__init__(self, parent, None, None, {'name' : name})
531 class Balloon(TixWidget):
544 TixWidget.__init__(self, master, 'tixBalloon', static, cnf, kw)
558 class ButtonBox(TixWidget)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 13 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
280 class TixWidget(Tkinter.Widget):
281 """A TixWidget class is used to package all (or most) Tix widgets.
289 to create these widgets is therefore bypassed in TixWidget.__init__
422 class TixSubWidget(TixWidget):
441 TixWidget.__init__(self, master, None, None, {'name' : name})
458 TixWidget.__init__(self, parent, None, None, {'name' : name})
531 class Balloon(TixWidget):
544 TixWidget.__init__(self, master, 'tixBalloon', static, cnf, kw)
558 class ButtonBox(TixWidget)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 13 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
280 class TixWidget(Tkinter.Widget):
281 """A TixWidget class is used to package all (or most) Tix widgets.
289 to create these widgets is therefore bypassed in TixWidget.__init__
422 class TixSubWidget(TixWidget):
441 TixWidget.__init__(self, master, None, None, {'name' : name})
458 TixWidget.__init__(self, parent, None, None, {'name' : name})
531 class Balloon(TixWidget):
544 TixWidget.__init__(self, master, 'tixBalloon', static, cnf, kw)
558 class ButtonBox(TixWidget)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 13 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
280 class TixWidget(Tkinter.Widget):
281 """A TixWidget class is used to package all (or most) Tix widgets.
289 to create these widgets is therefore bypassed in TixWidget.__init__
422 class TixSubWidget(TixWidget):
441 TixWidget.__init__(self, master, None, None, {'name' : name})
458 TixWidget.__init__(self, parent, None, None, {'name' : name})
531 class Balloon(TixWidget):
544 TixWidget.__init__(self, master, 'tixBalloon', static, cnf, kw)
558 class ButtonBox(TixWidget)
    [all...]

Completed in 997 milliseconds