Searched refs:configure (Results 476 - 500 of 1135) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/pcre-7/
H A DMakefile24 cd $(OBJROOT) && $(Environment) $(SRCROOT)/$(Project)/configure --disable-dependency-tracking \
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dentry.rb89 configure 'validate', mode
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dselectfont.rb62 def configure(slot, value=None) method in class:Tk
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tile/
H A Dstyle.rb85 # return [eval "::style [lreplace $args 0 0 configure]"]
86 return [uplevel 1 ::style [lreplace $args 0 0 configure]]
119 # return [eval "::ttk::style [lreplace $args 0 0 configure]"]
120 return [uplevel 1 ::ttk::style [lreplace $args 0 0 configure]]
159 def configure(style=nil, keys=nil) method in class:__define_wrapper_proc_for_compatibility__!.__define_wrapper_proc_for_compatibility__!.__define_wrapper_proc_for_compatibility__!.__define_themes_and_setTheme_proc__!
169 sub_cmd = 'configure'
178 alias default configure
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dbasic.rb166 but.configure(:armcommand=>proc{_butcmd('arm')},
170 arr.configure(:armcommand=>proc{_butcmd('arm')},
175 but.configure(:armcommand=>'', :disarmcommand=>'',
178 arr.configure(:armcommand=>'', :disarmcommand=>'',
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dscrollview.tcl8 # - ScrolledWindow::configure
67 $w configure \
83 # Command ScrollView::configure
85 proc ScrollView::configure { path args } {
89 set res [Widget::configure $path $args]
93 $oldw configure \
100 $w configure \
250 $w configure \
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/
H A DMakefile.in4 # the actual Makefile, run "./configure", which is a configuration
28 # The information below is modified by the configure script when
81 # The information below should be usable as is. The configure
159 configure: configure.in
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dcalendar.itk160 # Bind to the configure event which will be used to redraw
254 $itk_component(backward) configure -image $this-backward
263 $itk_component(backward) configure \
313 $itk_component(forward) configure -image $this-forward
322 $itk_component(forward) configure \
400 $this-forward configure \
404 $itk_component(forward) configure \
410 $this-backward configure \
414 $itk_component(-backward) configure \
628 # Processes a configure even
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A Decho.py25 filt.configure(s1.get(), s2.get(), s3.get(), s4.get(), s5.get(), s6.get())
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dgenerator.tcl49 $f configure $v(freq) $v(ampl) $shape $type -1
H A DmapChan.tcl35 $f configure $v(0) $v(1) $v(2) $v(3)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_json.tcl29 reset configure convert
46 proc ::pt::peg::to::json::configure {args} {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/stooop/
H A Dswitched.tcl67 proc configure {this args} { ;# should not be invoked before completion procedure
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A DbrowseTree.tcl70 $tbl configure -spacing 1
220 $top.bf.b1 configure -command [list demo::refreshView $w $tbl]
224 $b2 configure -state disabled
226 $b2 configure -state normal -command \
H A DbrowseTree_tile.tcl76 $tbl configure -spacing 1
226 $top.bf.b1 configure -command [list demo::refreshView $w $tbl]
230 $b2 configure -state disabled
232 $b2 configure -state normal -command \
H A Dconfig.tcl101 $tbl configure -spacing 1
157 foreach configSet [$w configure] {
226 if {[catch {$w configure $opt $text} result] != 0} {
H A Dconfig_tile.tcl98 $tbl configure -spacing 1
154 foreach configSet [$w configure] {
223 if {[catch {$w configure $opt $text} result] != 0} {
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dstatusbar.tcl94 $hull configure -height 18
121 grid configure $w -padx $px -pady 0
123 grid configure $w -padx $px -pady $py
204 if {[catch {eval [linsert $cmdargs 0 $w configure]} err]} {
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtextpeer.tcl49 grid configure $b1 $b2 -sticky new
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dunicodeout.tcl48 grid configure $w.f.l$j -padx 1m
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtkballoonhelp.rb70 @label.configure(_symbolkey2str(keys)) unless keys.empty?
120 @parent.configure('cursor', 'crosshair')
128 @parent.configure('cursor', @org_cursor)
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DFastMotionMovieMaker.tcl6 . configure -bg $bgCol
63 $wbtstart configure -text Stop -command Stop
72 $wbtstart configure -text Start -command Start
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/math/
H A Dbigfloat.demo.tcl140 .stack.n[expr {5-$i}] configure -text "Empty" -foreground #097
144 .stack.n[expr {4-$i}] configure -text [toStr $number] -foreground #000
251 .help.licence.t configure -state disabled
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/nns/
H A Dnns_auto.tcl230 $myreceiver configure -command [mymethod DATA]
352 return [configure $option]
355 proc ::nameserv::auto::configure {args} {
361 return [linsert [nameserv::configure] 0 -delay $delay]
403 nameserv::configure $opt [lindex $args 1]
431 server_protocol server_features configure cget
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/
H A Djsonrpc.tcl29 namespace export create cget dump configure proxyconfig export
83 proc ::JSONRPC::configure { args } {
84 return [uplevel 1 "SOAP::configure $args"]
426 proc configure {args} { procedure
440 proc method:configure args {
443 proc configure {args} { procedure

Completed in 296 milliseconds

<<11121314151617181920>>