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

  /external/python/cpython2/Lib/idlelib/
configDialog.py 115 self.fontBold = BooleanVar(parent)
144 frameFontParam, variable=self.fontBold, onvalue=1,
486 self.fontBold.trace_variable('w', self.VarChanged_font)
505 self.fontSize, self.fontName, self.fontBold,
522 value = self.fontBold.get()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py 108 self.fontBold=BooleanVar(self)
134 checkFontBold=Checkbutton(frameFontParam,variable=self.fontBold,
441 self.fontBold.trace_variable('w',self.VarChanged_fontBold)
468 value=self.fontBold.get()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py 108 self.fontBold=BooleanVar(self)
134 checkFontBold=Checkbutton(frameFontParam,variable=self.fontBold,
441 self.fontBold.trace_variable('w',self.VarChanged_fontBold)
468 value=self.fontBold.get()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 108 self.fontBold=BooleanVar(self)
134 checkFontBold=Checkbutton(frameFontParam,variable=self.fontBold,
441 self.fontBold.trace_variable('w',self.VarChanged_fontBold)
468 value=self.fontBold.get()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 108 self.fontBold=BooleanVar(self)
134 checkFontBold=Checkbutton(frameFontParam,variable=self.fontBold,
441 self.fontBold.trace_variable('w',self.VarChanged_fontBold)
468 value=self.fontBold.get()
    [all...]

Completed in 96 milliseconds