HomeSort by relevance Sort by last modified time
    Searched refs:make_button (Results 1 - 16 of 16) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ReplaceDialog.py 47 self.make_button("Find", self.find_it)
48 self.make_button("Replace", self.replace_it)
49 self.make_button("Replace+Find", self.default_command, 1)
50 self.make_button("Replace All", self.replace_all)
SearchDialog.py 27 self.make_button("Find", self.default_command, 1)
SearchDialogBase.py 69 def make_button(self, label, command, isdef=0): member in class:SearchDialogBase
139 b = self.make_button("close", self.close)
GrepDialog.py 56 self.make_button("Search Files", self.default_command, 1)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ReplaceDialog.py 47 self.make_button("Find", self.find_it)
48 self.make_button("Replace", self.replace_it)
49 self.make_button("Replace+Find", self.default_command, 1)
50 self.make_button("Replace All", self.replace_all)
SearchDialog.py 27 self.make_button("Find", self.default_command, 1)
SearchDialogBase.py 69 def make_button(self, label, command, isdef=0): member in class:SearchDialogBase
139 b = self.make_button("close", self.close)
GrepDialog.py 56 self.make_button("Search Files", self.default_command, 1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 47 self.make_button("Find", self.find_it)
48 self.make_button("Replace", self.replace_it)
49 self.make_button("Replace+Find", self.default_command, 1)
50 self.make_button("Replace All", self.replace_all)
SearchDialog.py 27 self.make_button("Find", self.default_command, 1)
SearchDialogBase.py 69 def make_button(self, label, command, isdef=0): member in class:SearchDialogBase
139 b = self.make_button("close", self.close)
GrepDialog.py 56 self.make_button("Search Files", self.default_command, 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 47 self.make_button("Find", self.find_it)
48 self.make_button("Replace", self.replace_it)
49 self.make_button("Replace+Find", self.default_command, 1)
50 self.make_button("Replace All", self.replace_all)
SearchDialog.py 27 self.make_button("Find", self.default_command, 1)
SearchDialogBase.py 69 def make_button(self, label, command, isdef=0): member in class:SearchDialogBase
139 b = self.make_button("close", self.close)
GrepDialog.py 56 self.make_button("Search Files", self.default_command, 1)

Completed in 172 milliseconds