OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:good_child
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py
340
good_child
= ttk.Label()
341
self.paned.add(
good_child
)
343
self.assertRaises(Tkinter.TclError, self.paned.add,
good_child
)
349
good_child
.destroy()
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py
340
good_child
= ttk.Label()
341
self.paned.add(
good_child
)
343
self.assertRaises(Tkinter.TclError, self.paned.add,
good_child
)
349
good_child
.destroy()
[
all
...]
Completed in 113 milliseconds