Searched refs:title (Results 1 - 25 of 51) sorted by relevance

123

/ast/src/lib/libtk/library/demos/
H A Dclrpick.tcl10 wm title $w "Color Selection Dialog"
35 set color [tk_chooseColor -title "Choose a $name color" -parent $w \
H A Dwidget17 wm title . "Widget Demonstration"
59 .t tag configure title -font -*-Helvetica-Bold-R-Normal--*-180-*-*-*-*-*-*
113 .t insert end "Tk Widget Demonstrations\n" title
118 .t insert end "Labels, buttons, checkbuttons, and radiobuttons" title
138 .t insert end \n {} "Listboxes" title
148 .t insert end \n {} "Entries" title
157 .t insert end \n {} "Text" title
170 .t insert end \n {} "Canvases" title
187 .t insert end \n {} "Scales" title
194 .t insert end \n {} "Menus" title
[all...]
H A Dbutton.tcl11 wm title $w "Button Demonstration"
H A Dcheck.tcl11 wm title $w "Checkbutton Demonstration"
H A Dentry1.tcl11 wm title $w "Entry Demonstration (no scrollbars)"
H A Dform.tcl11 wm title $w "Form Demonstration"
H A Dimage1.tcl10 wm title $w "Image Demonstration #1"
H A Dmsgbox.tcl10 wm title $w "Message Box Demonstration"
56 -title Message -parent $w\
H A Dbitmap.tcl35 wm title $w "Bitmap Demonstration"
H A Dentry2.tcl11 wm title $w "Entry Demonstration (with scrollbars)"
H A Dicon.tcl11 wm title $w "Iconic Button Demonstration"
H A Dlabel.tcl11 wm title $w "Label Demonstration"
H A Dradio.tcl11 wm title $w "Radiobutton Demonstration"
H A Dsayings.tcl12 wm title $w "Listbox Demonstration (well-known sayings)"
H A Dstates.tcl11 wm title $w "Listbox Demonstration (50 states)"
H A Dfilebox.tcl10 wm title $w "File Selection Dialogs"
H A Dhscale.tcl10 wm title $w "Horizontal Scale Demonstration"
/ast/src/lib/libtk/library/
H A Ddialog.tcl24 # title - Title to display in dialog's decorative frame.
32 proc tk_dialog {w title text bitmap default args} {
40 wm title $w $title
H A Dtearoff.tcl50 # Pick a title for the new menu by looking at the parent of the
57 wm title $menu [$parent cget -text]
60 wm title $menu [$parent entrycget active -label]
H A Dbgerror.tcl44 wm title $w "Stack Trace for Error"
H A Dmsgbox.tcl35 # The default value of the title is space (" ") not the empty string
37 # wm title .foo ""
38 # causes the window title to be "foo" instead of the empty string.
45 {-title "" "" " "}
132 wm title $w $data(-title)
H A Dxmfbox.tcl65 wm title $w $data(-title)
112 {-title "" "" ""}
127 if ![string compare $data(-title) ""] {
129 set data(-title) "Open"
131 set data(-title) "Save As"
/ast/src/cmd/coshell/
H A DMakefile14 $(FUNDIR) :INSTALLDIR: mode=+x cosh title
/ast/src/cmd/html/
H A Dmm2html.sh113 title.]
114 [+title=text?Sets the document title.]
773 if [[ $frame != '' && $title == '' ]]
795 ident|labels|logo*|title|[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*)
1007 function title function
1453 [[ $title != '' ]] && break
1526 case ${mm.title} in
1543 print -r -- "<$H>$beg${mm.title}$end</$H>"
1544 mm.title
[all...]
H A Dmm2twiki.sh68 typeset cond dirs files fg frame label list prev text title type
816 [[ $title != '' ]] && break
906 case ${mm.title} in
910 putop "$beg ${mm.title} $end"
912 mm.title=
1032 if [[ ! ${oparm.title} ]]
1040 parm=( title=$u )
1237 title=1
1256 mm.title="$sec -- $1($2)"
1259 case ${html.title} i
[all...]

Completed in 22 milliseconds

123