Searched refs:isdef (Results 1 – 7 of 7) sorted by relevance
169 def make_button(self, label, command, isdef=0): argument173 default=isdef and "active" or "normal")
69 self.make_button("Find Next", self.default_command, isdef=True)
127 self.make_button("Search Files", self.default_command, isdef=True)
92 self.make_button("Replace+Find", self.default_command, isdef=True)
426 isdef = 0431 if (key == "default") isdef = 1441 if (isdef && deflt == "")