Lines Matching defs:text
77 def setBackgroundTitle(self, text): argument
104 def yesno(self, text, height=10, width=30, title=''): argument
115 def msgbox(self, text, height=10, width=30, title=''): argument
124 def infobox(self, text, height=10, width=30): argument
129 def inputbox(self, text, height=10, width=30, init='', title=''): argument
153 def menu(self, text, height=15, width=54, list=[]): argument
172 def checklist(self, text, height=15, width=54, list=[], checked=None): argument
203 def radiolist(self, text, height=15, width=54, list=[], selected=0): argument
236 def scrollbox(self, text, height=20, width=60, title=''): argument
252 def gauge_start(self, perc=0, text='', height=8, width=54, title=''): argument
271 def gauge_iterate(self, perc, text=''): argument