Searched refs:configure (Results 276 - 300 of 1135) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/shellicon/
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.10 2010/01/11 23:27:16 treectrl Exp $
9 # Sample configure.in for Tcl Extensions.
15 # This very first macro is used to verify that the configure script can
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Ddialog1.tcl7 after idle {.dialog1.msg configure -wraplength 4i}
H A Dradio.tcl33 $w.tristate configure -padx 10
50 -command "$w.mid configure -fg \$color" \
57 $w.right.l configure -width [winfo reqwidth $w.right.l] -compound top
58 $w.right.l configure -height [winfo reqheight $w.right.l]
63 -command "$w.right.l configure -compound \$align"
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dlayout.test19 ttk::style configure Blocks -borderwidth 1 -relief raised
H A Dspinbox.test16 .sb configure -values "bad \{list"
112 .sb configure -validate all
121 .sb configure -validate key
122 .sb configure -validate focus
123 .sb configure -validate focusin
124 .sb configure -validate focusout
125 .sb configure -validate none
134 .sb configure -validate bogus
143 .sb configure -validate all -validatecommand {lappend ::spinbox_test %P}
176 .sb configure
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Ddialog1.tcl7 after idle {.dialog1.msg configure -wraplength 4i}
/macosx-10.9.5/apache-786.1/httpd/build/aix/
H A Dbuildaix.ksh63 if [ ! -f "$apr_config" -a ! -f "$apr_config/configure.in" ]; then
70 if [ ! -f "$apu_config" -a ! -f "$apu_config/configure.in" ]; then
84 echo "+ ./configure \n\
90 --enable-mods-shared=all > build/aix/configure.out"
91 ./configure \
97 --enable-mods-shared=all > build/aix/configure.out
98 [[ $? -ne 0 ]] && echo './configure' returned an error && exit -1
101 echo $0: run make distclean to get a standard AIX configure
/macosx-10.9.5/curl-78.94.1/curl/
H A Dcurl-config.in41 --configure the arguments given to configure when building curl
143 --configure)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/apps/
H A Dnnslog74 nameserv::configure -host $host
83 nameserv::configure -port $port
140 $contents configure -command [list ::nnslog::Do.search.change $contents]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A DmiscWidgets.tcl66 $tbl configure -spacing 1
143 $w configure -from 5 -to 8 -state readonly
151 $w configure -editable no
159 $w configure -editable no
167 $w configure -editable no
175 $w configure -justify center
H A DmiscWidgets_tile.tcl71 $tbl configure -spacing 1
149 $w configure -from 5 -to 8 -state readonly
157 $w configure -editable no
165 $w configure -editable no
173 $w configure -editable no
181 $w configure -justify center
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/demos/
H A Dbuttons.tcl43 $t tag configure OFF -bg red -relief raised
44 $t tag configure ON -bg green -relief sunken
45 $t tag configure sel -bg gray75 -relief flat
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dexplorer.tcl90 $T configure -showroot no -showbuttons no -showlines no -itemheight $height \
107 # Demonstration of per-state column options and configure "all"
108 $T column configure all -background {gray90 active gray70 normal gray50 pressed}
178 %T item element configure %I %C %E -text %t
191 $T item element configure $item \
200 $T item element configure $item \
221 $T item element configure $item \
227 $T item element configure $item \
264 $T column configure $SortColumn -arrow none -itembackground {}
267 $T column configure
[all...]
H A Drandom.tcl24 $T configure -itemheight $height -selectmode extended \
39 $T configure -treecolumn colItem
89 $T item configure root -button auto
115 $T item element configure $item \
121 $T item element configure $item \
293 $T configure -cursor $cursor
305 $T dragimage configure -visible yes
320 $T dragimage configure -visible no
322 $T configure -cursor ""
363 $T item element configure
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A Dvisual_bb.test12 namespace import -force tcltest::configure
14 configure -testdir [file join [pwd] [file dirname [info script]]]
15 configure -loadfile [file join [testsDirectory] constraints.tcl]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/swaplist/
H A Dswaplist.tcl135 $w.list2.list configure -listvariable $var
362 $top.lr.left configure -state normal
363 $top.lr.right configure -state disabled
365 $top.lr.left configure -state disabled
366 $top.lr.right configure -state normal
368 $top.lr.left configure -state disabled
369 $top.lr.right configure -state disabled
373 $top.ud.up configure -state disabled
374 $top.ud.down configure -state disabled
376 $top.ud.up configure
[all...]
/macosx-10.9.5/libiconv-41/libiconv/libcharset/djgpp/
H A Dconfig.bat123 Rem Create an arguments file for the configure script.
146 redir -e /dev/null update %XSRC%/configure.orig ./configure
147 test -f ./configure
148 if errorlevel 1 update %XSRC%/configure ./configure
153 test -f ./configure.orig
154 if errorlevel 1 update ./configure ./configure.orig
155 sed -f %XSRC%/djgpp/config.sed ./configure
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dscrollw.tcl10 # - ScrolledWindow::configure
96 $path.vscroll configure -width $sbsize
97 $path.hscroll configure -width $sbsize
141 $data(widget) configure -xscrollcommand "" -yscrollcommand ""
146 $path.hscroll configure -command [list $widget xview]
147 $path.vscroll configure -command [list $widget yview]
148 $widget configure \
155 # Command ScrolledWindow::configure
157 proc ScrolledWindow::configure { path args } {
160 set res [Widget::configure
[all...]
H A Dmainframe.tcl8 # - MainFrame::configure
108 $path configure -background $bg
155 $status configure -height [winfo reqheight $label]
183 # Command MainFrame::configure
185 proc MainFrame::configure { path args } {
188 set res [Widget::configure $path $args]
191 uplevel \#0 $path.status.label configure -textvariable [list $newv]
201 $menu configure -background $bg
209 Separator::configure $path.$sep -background $bg
213 $w configure
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/demos/
H A Ditkedit63 .notice configure -bitmap error \
73 $win.text configure -labeltext "file: $fname"
115 $win.text configure -labeltext "file: $FileName($win)"
118 .notice configure -bitmap error \
144 .confirm configure -text "File \"$fname\" has changed.\nSave changes?"
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Doption.test81 .testOptWidget0 configure -status "foo"
95 .testOptWidget0 configure -test "bar"
110 .testOptWidget0 configure -status k2 -test k2
142 .testUsual configure -foreground green -cursor gumby
159 .testUsual configure -foreground red -background white -cursor dot
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledwidget.itk100 component hull configure -borderwidth 0
104 # Check if the scrollbars need mapping upon a configure event.
163 $itk_component(vertsb) configure -width $itk_option(-sbwidth)
164 $itk_component(horizsb) configure -width $itk_option(-sbwidth)
239 $_interior configure -width \
250 $_interior configure -height \
H A Dlabeledwidget.itk166 $itk_component(label) configure -text $itk_option(-labeltext)
177 $itk_component(label) configure -textvariable $itk_option(-labelvariable)
188 $itk_component(label) configure -bitmap $itk_option(-labelbitmap)
199 $itk_component(label) configure -image $itk_option(-labelimage)
281 $objcmd configure -labelmargin $dist
319 $itk_component(label) configure \
323 $itk_component(label) configure \
/macosx-10.9.5/zsh-60/zsh/
H A DMakefile.in127 cd $(sdir) && rm -f config.h.in stamp-h.in configure
135 config.status: $(sdir)/configure
138 $(sdir)/configure: $(sdir)/aclocal.m4 $(sdir)/aczsh.m4 $(sdir)/configure.ac
149 $(sdir)/stamp-h.in: $(sdir)/configure.ac \
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/examples/
H A Ddomtext.tcl136 $text tag configure starttab -elide 1
137 $text tag configure endtab -elide 1
138 $text tag configure xmldecl -elide 1
139 $text tag configure doctypedecl -elide 1
161 configure $path \
184 # domtext::configure --
186 # Implements the configure method
195 proc domtext::configure {path args} {
198 set res [Widget::configure $path $args]
237 $path.text tag configure tag
[all...]

Completed in 183 milliseconds

<<11121314151617181920>>