Searched refs:tk_library (Results 1 - 16 of 16) sorted by relevance

/ast/src/lib/libtksh/
H A Dwidget5 . $tk_library/demos/widget
10 tcl_lappend auto_path $tk_library
11 export tk_library=$(print "puts [set tk_library];exit 0" | ( wish4.0 || wish4.1 || wish ) 2> /dev/null)
14 source $tk_library/demos/widget
/ast/src/lib/libtk/library/demos/
H A Dicon.tcl25 -file [file join $tk_library demos images flagup.bmp] \
26 -maskfile [file join $tk_library demos images flagup.bmp]
28 -file [file join $tk_library demos images flagdown.bmp] \
29 -maskfile [file join $tk_library demos images flagdown.bmp]
37 -bitmap @[file join $tk_library demos images letters.bmp] \
43 -bitmap @[file join $tk_library demos images letters.bmp] \
46 -bitmap @[file join $tk_library demos images noletter.bmp] \
H A Dbind.tcl67 $w.text tag bind d1 <1> {source [file join $tk_library demos items.tcl]}
68 $w.text tag bind d2 <1> {source [file join $tk_library demos plot.tcl]}
69 $w.text tag bind d3 <1> {source [file join $tk_library demos ctext.tcl]}
70 $w.text tag bind d4 <1> {source [file join $tk_library demos arrow.tcl]}
71 $w.text tag bind d5 <1> {source [file join $tk_library demos ruler.tcl]}
72 $w.text tag bind d6 <1> {source [file join $tk_library demos cscroll.tcl]}
H A Dimage1.tcl24 image create photo image1a -file [file join $tk_library demos images earth.gif]
29 -file [file join $tk_library demos images earthris.gif]
H A Dbitmap.tcl32 global tk_library
H A Ditems.tcl77 -stipple @[file join $tk_library demos images gray25.bmp] \
89 -stipple @[file join $tk_library demos images gray25.bmp] \
100 -stipple @[file join $tk_library demos images gray25.bmp] \
107 -stipple @[file join $tk_library demos images gray25.bmp] \
114 -stipple @[file join $tk_library demos images gray25.bmp] \
134 -outlinestipple @[file join $tk_library demos images gray25.bmp]
142 -bitmap @[file join $tk_library demos images face.bmp]
144 -bitmap @[file join $tk_library demos images noletter.bmp]
146 -bitmap @[file join $tk_library demos images letters.bmp]
H A Dlabel.tcl34 -bitmap @[file join $tk_library demos images face.bmp]
H A Druler.tcl23 global tk_library
53 -stipple @[file join $tk_library demos images gray25.bmp]]
57 -stipple @[file join $tk_library demos images gray25.bmp]]
H A Dwidget273 global tk_library
283 uplevel [list source [file join $tk_library demos $demo.tcl]]
296 global tk_library
323 global tk_library
358 wm title .code "Demo code: [file join $tk_library demos $file]"
360 set id [open [file join $tk_library demos $file]]
H A Dimage2.tcl57 set dirName [file join $tk_library demos images]
H A Dmenu.tcl97 -bitmap @[file join $tk_library demos images pattern.bmp] \
H A Darrow.tcl105 global tk_library
141 -stipple @[file join $tk_library demos images grey.25]"
H A Dfloor.tcl1289 global c tk_library currentRoom colors activeFloor
/ast/src/lib/libtk/library/
H A Dtk.tcl22 if {[lsearch -exact $auto_path $tk_library] < 0} {
23 lappend auto_path $tk_library
126 source $tk_library/button.tcl
127 source $tk_library/entry.tcl
128 source $tk_library/listbox.tcl
129 source $tk_library/menu.tcl
130 source $tk_library/scale.tcl
131 source $tk_library/scrlbar.tcl
132 source $tk_library/text.tcl
H A Dtkfbox.tcl778 global tk_library env
780 if [info exists tk_library] {
781 if [file exists [file join $tk_library $file]] {
782 return [file join $tk_library $file]
790 global tk_library
905 global tk_library tkPriv
H A Dconsole.tcl330 source [file join $tk_library console.tcl]

Completed in 60 milliseconds