OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TixWidget
(Results
1 - 2
of
2
) sorted by null
/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 44 milliseconds