Searched defs:Win (Results 1 - 12 of 12) sorted by relevance

/external/python/cpython2/Mac/Demo/quicktime/
H A DMovieInWindow.py12 from Carbon import Win namespace
35 theWindow = Win.NewCWindow(bounds, os.path.split(filename)[1], 1, 0, -1, 0, 0)
H A DVerySimplePlayer.py12 from Carbon import Win namespace
33 theWindow = Win.NewCWindow(bounds, fss.as_tuple()[2], 0, 0, -1, 1, 0)
69 part, whichWindow = Win.FindWindow(where)
75 whichWindow = Win.WhichWindow(message)
/external/python/cpython2/Mac/Demo/imgbrowse/
H A Dimgbrowse.py8 from Carbon import Win namespace
79 self.wid = Win.NewCWindow(bounds, "Picture", 1, 0, -1, 1, 0)
/external/python/cpython2/Lib/plat-mac/
H A DMiniAEFrame.py19 from Carbon import Win namespace
91 partcode, window = Win.FindWindow(where)
H A DEasyDialogs.py29 from Carbon import Dlg,Win,Evt,Events # sdm7g namespace
313 part = Win.FindWindow(where)[0]
370 ## part, window = Win.FindWindow(where)
/external/python/cpython2/Mac/Demo/PICTbrowse/
H A DICONbrowse.py7 from Carbon import Win namespace
84 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
H A DPICTbrowse.py7 from Carbon import Win namespace
83 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
H A DPICTbrowse2.py7 from Carbon import Win namespace
85 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
H A Dcicnbrowse.py7 from Carbon import Win namespace
84 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
H A DoldPICTbrowse.py7 from Carbon import Win namespace
82 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
/external/python/cpython2/Mac/Demo/mlte/
H A Dmlted.py8 from Carbon import Win namespace
26 w = Win.NewWindow(r, name, 1, 0, -1, 1, 0)
/external/python/cpython2/Mac/Demo/textedit/
H A Dped.py10 from Carbon import Win namespace
22 w = Win.NewWindow(r, name, 1, 0, -1, 1, 0)

Completed in 178 milliseconds