Searched refs:configure (Results 26 - 50 of 1135) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/tests/
H A DtestQTVRconfigFile.tcl8 #after idle [list .m configure -file $myFile2]
9 .m configure -file $myFile2
10 tk_messageBox -type ok -message {We made .m configure -file $myFile2}
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dautogen.sh7 touch Makefile.am configure.ac
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A DclamTheme.tcl26 ttk::style configure "." \
48 ttk::style configure TButton \
60 ttk::style configure Toolbutton \
76 ttk::style configure TCheckbutton \
80 ttk::style configure TRadiobutton \
89 ttk::style configure TMenubutton \
92 ttk::style configure TEntry -padding 1 -insertwidth 1
100 ttk::style configure TCombobox -padding 1 -insertwidth 1
108 ttk::style configure ComboboxPopdownFrame \
111 ttk::style configure TSpinbo
[all...]
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dmkconffiles4 # for recreating `configure' from `configure.in'
7 # -s srcdir directory where `configure' resides (defaults to `.')
51 if [ ! -f ${srcdir}/configure ]; then
52 echo "${PROG}: ${srcdir}/configure not found" >&2
61 DISTRIB=`grep '^BASHVERS' ${srcdir}/configure | sed 's:.*=::'`
62 PATCH=`grep '^BASHPATCH' ${srcdir}/configure | sed 's:.*=::'`
/macosx-10.9.5/tcl-102/tcl/tcl/macosx/
H A Dconfigure.ac3 dnl generate the file "configure", which is run during Tcl installation
4 dnl to configure the system for the local environment.
6 # RCS: @(#) $Id: configure.ac,v 1.1 2005/11/27 02:33:49 das Exp $
9 dnl include the configure sources from ../unix:
13 m4_include(../unix/configure.in)
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dseparator.tcl8 # - Separator::configure
38 $path configure -borderwidth 1 -height 2
40 $path configure -borderwidth 1 -width 2
44 $path configure -relief sunken
46 $path configure -relief raised
54 # Command Separator::configure
56 proc Separator::configure { path args } {
57 set res [Widget::configure $path $args]
61 $path:cmd configure -relief sunken
63 $path:cmd configure
[all...]
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A Dconfigure.ac3 dnl generate the file "configure", which is run during Tk installation
4 dnl to configure the system for the local environment.
9 dnl include the configure sources from ../unix:
13 m4_include(../unix/configure.in)
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dprogressbar.test16 .pb configure -variable PB
37 .pb configure -variable BAD
43 .pb configure -variable UNSET
48 .pb configure -variable {} ;# @@@
49 .pb configure -value 5 -maximum 10 -mode determinate
65 .pb configure -value 8 -maximum 10 -mode indeterminate
73 .pb configure -variable PB ;# @@@
/macosx-10.9.5/patch_cmds-17/diffstat/package/debian/
H A Drules9 # These are used for cross-compiling and for saving the configure script
26 configure: configure-stamp
27 configure-stamp:
30 CFLAGS="$(CFLAGS)" ./configure \
37 touch configure-stamp
40 build-stamp: configure-stamp
53 rm -f configure-stamp build-stamp install-stamp \
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dpushbutton.itk106 component hull configure -padx 0 -pady 0 \
109 component hull configure -borderwidth [$this cget -borderwidth]
150 $itk_component(pushbutton) configure -padx $itk_option(-padx)
161 $itk_component(pushbutton) configure -pady $itk_option(-pady)
172 $itk_component(pushbutton) configure -font $itk_option(-font)
183 $itk_component(pushbutton) configure -text $itk_option(-text)
194 $itk_component(pushbutton) configure -bitmap $itk_option(-bitmap)
205 $itk_component(pushbutton) configure -image $itk_option(-image)
216 $itk_component(pushbutton) configure \
228 $itk_component(pushbutton) configure
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dscrollbox.rb21 list.configure 'yscroll', scroll.path+" set"
23 scroll.configure 'command', list.path+" yview"
36 configure keys if keys
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/coroutine/
H A Dcoro_auto.tcl169 set blocking [::chan configure $chan -blocking]
170 ::chan configure $chan -blocking 0
175 ::chan configure $chan -blocking $blocking
184 ::chan configure $chan -blocking $blocking
244 set blocking [::chan configure $chan -blocking]
245 ::chan configure $chan -blocking 0
250 ::chan configure $chan -blocking $blocking
259 ::chan configure $chan -blocking $blocking
274 set blocking [::chan configure $chan -blocking]
275 ::chan configure
[all...]
H A Dcoroutine.tcl177 set blocking [::chan configure $chan -blocking]
178 ::chan configure $chan -blocking 0
183 ::chan configure $chan -blocking $blocking
192 ::chan configure $chan -blocking $blocking
244 set blocking [::chan configure $chan -blocking]
245 ::chan configure $chan -blocking 0
250 ::chan configure $chan -blocking $blocking
259 ::chan configure $chan -blocking $blocking
274 set blocking [::chan configure $chan -blocking]
275 ::chan configure
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/library/
H A DArchetype.itk10 # configure
11 # configure -option
12 # configure -option value ?-option value?...
68 method configure {{option ""} args} \
69 @Archetype-configure
71 eval configure $option $args
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DMatsTV.tcl7 . configure -bg gray87
14 button .fr.bt1 -text { Zoom In } -command [list $w configure -zoom 2.0]
15 button .fr.bt2 -text {Zoom Out} -command [list $w configure -zoom 1.0]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_snap.tcl58 $canvas configure -xscrollcommand {}
59 $canvas configure -yscrollcommand {}
74 $canvas configure -scrollregion $newregion
99 $canvas configure -scrollregion $scrollregion
100 $canvas configure -xscrollcommand $xscrollcommand
101 $canvas configure -yscrollcommand $yscrollcommand
/macosx-10.9.5/dcerpc-58/dcerpc/
H A DBUILD-LINUX64-DEBUG.SH82 ./configure --enable-afnp --prefix=/opt/novell/xad --libdir=/opt/novell/xad/lib64 --with-pthread-ext-dir=/opt/novell
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtimer19 .stop configure -state normal
20 .start configure -state disabled
25 .stop configure -state disabled
26 .start configure -state normal
H A Dstyle.tcl37 $w.text tag configure bold -font "$family 12 bold italic"
38 $w.text tag configure big -font "$family 14 bold"
39 $w.text tag configure verybig -font "Helvetica 24 bold"
40 $w.text tag configure tiny -font "Times 8 bold"
42 $w.text tag configure color1 -background #a0b7ce
43 $w.text tag configure color2 -foreground red
44 $w.text tag configure raised -relief raised -borderwidth 1
45 $w.text tag configure sunken -relief sunken -borderwidth 1
47 $w.text tag configure color1 -background black -foreground white
48 $w.text tag configure color
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dtimer16 .stop configure -state normal
17 .start configure -state disabled
22 .stop configure -state disabled
23 .start configure -state normal
H A Dstyle.tcl33 $w.text tag configure bold -font {Courier 12 bold italic}
34 $w.text tag configure big -font {Courier 14 bold}
35 $w.text tag configure verybig -font {Helvetica 24 bold}
37 $w.text tag configure color1 -background #a0b7ce
38 $w.text tag configure color2 -foreground red
39 $w.text tag configure raised -relief raised -borderwidth 1
40 $w.text tag configure sunken -relief sunken -borderwidth 1
42 $w.text tag configure color1 -background black -foreground white
43 $w.text tag configure color2 -background black -foreground white
44 $w.text tag configure raise
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Drecord.tcl40 s configure -file $filename
89 s configure -file ""
90 s configure -rate $::s(rate) -channels $::s(chan) -encoding $::s(enc)
91 t configure -rate $::s(rate) -channels $::s(chan) -encoding $::s(enc)
93 s configure -file _tmprec.wav
115 .f2.lm configure -level $l
122 s configure -file _tmprec.wav
126 .f1.bp configure -relief raised
127 .f1.br configure -relief groove
135 .f1.bp configure
[all...]
H A Dlevelmeter.tcl28 .a.left configure -level $l
29 .a.right configure -level $r
30 .b.left configure -level $l
31 .b.right configure -level $r
/macosx-10.9.5/groff-38/groff/arch/djgpp/
H A Dconfig.bat13 redir -e /dev/null update %XSRC%/configure.orig ./configure
14 if not exist configure update %XSRC%/configure ./configure
19 if not exist configure.orig update configure configure.orig
20 sed -f %XSRC%/arch/djgpp/config.sed configure.orig > configure
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A Dplaynotes.py13 filt.configure(freq)

Completed in 181 milliseconds

1234567891011>>