Searched defs:make_frame (Results 1 – 5 of 5) sorted by relevance
| /external/python/cpython2/Lib/idlelib/ | ||
| D | SearchDialogBase.py | 109 def make_frame(self,labeltext=None): member in SearchDialogBase |
| /external/python/cpython3/Lib/idlelib/ | ||
| D | searchbase.py | 120 def make_frame(self,labeltext=None): member in SearchDialogBase |
| /external/python/cpython3/Lib/idlelib/idle_test/ | ||
| D | test_textview.py | 93 def make_frame(self, wrap=NONE, **kwargs): member in ScrollableTextFrameTest |
| /external/skia/gm/ | ||
| D | pathfill.cpp | 30 static PathDY make_frame() { in make_frame() function |
| /external/scapy/scapy/ | ||
| D | packet.py | 564 def make_frame(lst): function |