Searched refs:stext (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | ScrolledText.py | 48 stext = ScrolledText(bg='white', height=10) 49 stext.insert(END, __main__.__doc__) 50 stext.pack(fill=BOTH, side=LEFT, expand=True) 51 stext.focus_set() 52 stext.mainloop()
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 894 stext = Tix.ScrolledText(lab1.frame, name='stext') 896 stext.text.config(font=font) 905 stext.text['bg'] = slb.hlist['bg'] 906 stext.text['state'] = 'disabled' 907 stext.text['wrap'] = 'none' 908 stext.text['width'] = 80 911 stext.pack(side=Tix.TOP, expand=0, fill=Tix.BOTH, padx=7) 918 ….hlist['command'] = lambda args=0, w=w,slb=slb,stext=stext,run=run,view=view: Sample_Action(w, slb… 919 …list['browsecmd'] = lambda args=0, w=w,slb=slb,stext=stext,run=run,view=view: Sample_Action(w, slb… 921 …n['command'] = lambda args=0, w=w,slb=slb,stext=stext,run=run,view=view: Sample_Action(w, slb… [all …]
|
/external/v8/src/asmjs/ |
D | asm-js.cc | 231 Handle<String> stext(info->isolate()->factory()->InternalizeUtf8String(text)); in CompileAsmViaWasm() local 233 info->isolate(), MessageTemplate::kAsmJsCompiled, &location, stext, in CompileAsmViaWasm() 340 Handle<String> stext(isolate->factory()->InternalizeUtf8String(text)); in InstantiateAsmWasm() local 342 isolate, MessageTemplate::kAsmJsInstantiated, &location, stext, in InstantiateAsmWasm()
|