HomeSort by relevance Sort by last modified time
    Searched refs:underline (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/python/cpython2/Demo/tix/samples/
PopMenu.py 35 p.menu.add_command(label='Desktop', underline=0)
36 p.menu.add_command(label='Select', underline=0)
37 p.menu.add_command(label='Find', underline=0)
38 p.menu.add_command(label='System', underline=1)
39 p.menu.add_command(label='Help', underline=0)
47 box.add('ok', text='Ok', underline=0, width=6,
49 box.add('cancel', text='Cancel', underline=0, width=6,
BtnBox.py 30 # Note that the -text, -underline, -command and -width options are all
34 box.add('ok', text='OK', underline=0, width=5,
36 box.add('close', text='Cancel', underline=0, width=5,
OptMenu.py 54 box.add('ok', text='Ok', underline=0, width=6,
56 box.add('cancel', text='Cancel', underline=0, width=6,
ComboBox.py 80 box.add('ok', text='Ok', underline=0, width=6,
82 box.add('cancel', text='Cancel', underline=0, width=6,
Control.py 76 box.add('ok', text='Ok', underline=0, width=6,
78 box.add('cancel', text='Cancel', underline=0, width=6,
DirTree.py 83 box.add ('ok', text='Ok', underline=0, width=6,
85 box.add ('cancel', text='Cancel', underline=0, width=6,
PanedWin.py 80 box.add('ok', text='Ok', underline=0, width=6,
82 box.add('cancel', text='Cancel', underline=0, width=6,
SHList1.py 103 box.add( 'ok', text='Ok', underline=0, width=6,
106 box.add( 'cancel', text='Cancel', underline=0, width=6,
Tree.py 30 box.add('ok', text='Ok', underline=0, command=w.destroy, width=6)
31 box.add('cancel', text='Cancel', underline=0, command=w.destroy, width=6)
  /external/python/cpython2/Demo/tkinter/matt/
menu-simple.py 46 File_button = Menubutton(mBar, text='File', underline=0)
53 File_button.menu.add_command(label='New...', underline=0,
57 File_button.menu.add_command(label='Open...', underline=0,
60 File_button.menu.add_command(label='Quit', underline=0,
71 Edit_button = Menubutton(mBar, text='Edit', underline=0)
menu-all-types-of-entries.py 58 underline=0)
71 Command_button.menu.add_command(label='New...', underline=0,
73 Command_button.menu.add_command(label='Open...', underline=0,
75 Command_button.menu.add_command(label='Different Font', underline=0,
89 Command_button.menu.add_command(label='Quit', underline=0,
103 Cascade_button = Menubutton(mBar, text='Cascading Menus', underline=0)
143 underline=0)
186 underline=0)
213 Dummy_button = Menubutton(mBar, text='Dead Menu', underline=0)
two-radio-groups.py 25 underline=0)
53 underline=0)
  /external/python/cpython2/Tools/pynche/
PyncheWidget.py 60 underline=0)
65 underline=0)
74 underline=v.underline())
81 underline=0)
84 underline=0)
90 underline=0)
93 underline=0)
96 underline=0)
262 # find the underline characte
271 def underline(self): member in class:PopupViewer
    [all...]
  /external/python/cpython3/Tools/pynche/
PyncheWidget.py 59 underline=0)
64 underline=0)
73 underline=v.underline())
80 underline=0)
83 underline=0)
89 underline=0)
92 underline=0)
95 underline=0)
263 # find the underline characte
272 def underline(self): member in class:PopupViewer
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_font.h 31 JS_PROP(underline);
  /external/u-boot/test/py/
multiplexed_log.css 41 text-decoration: underline;
107 text-decoration: underline;
  /external/skia/gm/
texteffects.cpp 23 SkPath underline; local
29 underline.moveTo(last, uPos);
30 underline.lineTo(start, uPos);
35 underline.moveTo(end, uPos);
36 underline.lineTo(finalPos, uPos);
38 return underline;
129 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize); local
130 underline.offset(blobOffset.x(), blobOffset.y());
132 canvas->drawPath(underline, paint);
  /external/skqp/gm/
texteffects.cpp 23 SkPath underline; local
29 underline.moveTo(last, uPos);
30 underline.lineTo(start, uPos);
35 underline.moveTo(end, uPos);
36 underline.lineTo(finalPos, uPos);
38 return underline;
129 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize); local
130 underline.offset(blobOffset.x(), blobOffset.y());
132 canvas->drawPath(underline, paint);
  /external/python/cpython2/Demo/tkinter/guido/
rmt.py 39 file = Menubutton(mBar, text='File', underline=0)
44 file_m.add_cascade(label='Select Application', underline=0,
46 file_m.add_command(label='Quit', underline=0, command=sys.exit)
  /external/python/cpython2/Tools/audiopy/
audiopy 77 underline=0)
81 underline=0)
84 underline=0)
87 underline=0)
90 underline=0)
112 underline=0)
125 underline=0)
138 underline=5)
153 underline=0)
174 underline=0
    [all...]
  /external/clang/www/analyzer/
menu.css 17 text-decoration: underline;
  /external/ImageMagick/scripts/
txt2html 84 # * Added "underline tolerance" for when underlines are not exactly the
85 # same length as what they underline.
723 local($underline) = $nextline =~ /^\s*(\S+)\s*$/;
725 if((length($heading) > (length($underline) + $underline_tolerance_short))
726 || (length($heading) < (length($underline) -$underline_tolerance_long)))
731 # $underline =~ s/(^.).*/$1/; # Could I do this any less efficiently?
732 $underline = substr($underline,0,1);
735 $hlevel = 1 if $underline eq "*";
736 $hlevel = 2 if $underline eq "="
    [all...]
  /external/freetype/include/freetype/
ftwinfnt.h 197 FT_Byte underline; member in struct:FT_WinFNT_HeaderRec_
  /external/bzip2/
bzip.css 61 table.nav a:hover { text-decoration: underline; }
  /external/libvterm/src/
pen.c 173 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0);
193 setpenattr_int( state, VTERM_ATTR_UNDERLINE, state->pen.underline);
300 case 4: // Underline single
301 state->pen.underline = 1;
326 case 21: // Underline double
327 state->pen.underline = 2;
341 case 24: // Underline off
342 state->pen.underline = 0;
466 if(state->pen.underline == 1)
481 if(state->pen.underline == 2
    [all...]

Completed in 1438 milliseconds

1 2 3 4