Home
last modified time | relevance | path

Searched refs:health_performance (Results 1 – 2 of 2) sorted by relevance

/dports/dns/py-namebench/namebench-1.3.1/cocoa/
H A Dcontroller.py47 health_performance = IBOutlet() variable in controller
118 print self.health_performance.titleOfSelectedItem()
119 if 'Slow' in self.health_performance.titleOfSelectedItem():
181 self.health_performance.removeAllItems()
182 self.health_performance.addItemWithTitle_('Fast')
183 self.health_performance.addItemWithTitle_('Slow (unstable network)')
/dports/dns/py-namebench/namebench-1.3.1/libnamebench/
H A Dtk.py203 self.health_performance = StringVar()
290 health_performance = OptionMenu(inner_frame, self.health_performance, *mode_choices)
291 health_performance.configure(width=right_dropdown_width)
292 health_performance.grid(row=11, column=1, sticky=W)
293 self.health_performance.set(mode_choices[0])
378 if 'Slow' in self.health_performance.get():