Searched +refs:ProgressBar +refs:configure (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dprogressbar.tcl7 # - ProgressBar::create
8 # - ProgressBar::configure
9 # - ProgressBar::cget
10 # - ProgressBar::_destroy
11 # - ProgressBar::_modify
12 # - ProgressBar::_themechanged
16 namespace eval ProgressBar {
17 Widget::define ProgressBar progressbar
19 Widget::declare ProgressBar {
[all...]
H A Dprogressdlg.tcl11 Widget::define ProgressDlg progressdlg Dialog ProgressBar
28 Widget::bwinclude ProgressDlg ProgressBar .frame.pb \
62 $frame configure -cursor watch
69 eval [list ProgressBar::create] $frame.pb $maps(.frame.pb) -width 100
85 # Command ProgressDlg::configure
87 proc ProgressDlg::configure { path args } {
88 return [Widget::configure "$path#ProgressDlg" $args]
H A Dmainframe.tcl8 # - MainFrame::configure
26 Widget::define MainFrame mainframe ProgressBar
28 Widget::bwinclude MainFrame ProgressBar .status.prg \
61 Widget::addmap MainFrame ProgressBar .status.prg {-background {} -background -troughcolor}
108 $path configure -background $bg
155 $status configure -height [winfo reqheight $label]
157 set progress [eval [list ProgressBar::create $status.prg] \
183 # Command MainFrame::configure
185 proc MainFrame::configure { path args } {
188 set res [Widget::configure
[all...]
H A Dthemeutils.tcl347 set _class_options [$tmpWidget configure]
370 # this function is a replacement for [ttk::style configure .]
380 set cargs [ttk::style configure .]
384 foreach {opt val} [ttk::style configure .] {
414 ::ttk::style configure BWraised.Toolbutton -relief raised
415 ::ttk::style configure BWsunken.Toolbutton -relief sunken
416 ::ttk::style configure BWflat.Toolbutton -relief flat
417 ::ttk::style configure BWsolid.Toolbutton -relief solid
418 ::ttk::style configure BWgroove.Toolbutton -relief groove
419 ::ttk::style configure BWlin
[all...]
H A Dstatusbar.tcl38 set w [ProgressBar $f.bpbar -orient horizontal \
124 ::StatusBar::resizer configure -format PNG -data $pngdata
150 $resize configure -font "Marlett -16" -text \u006f
152 $resize configure -image ::StatusBar::resizer
184 # Command StatusBar::configure
186 proc StatusBar::configure { path args } {
189 set res [Widget::configure $path $args]
217 grid configure $w -padx $ipadx -pady $ipady
223 $path.sbar configure -padding [list $padx $pady]
225 $path.sbar configure
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Ddemo_main.tcl195 . configure -cursor watch
197 $_wfont configure -font $newfont
198 $notebook configure -font $newfont
201 . configure -cursor ""
222 set prg [ProgressBar $frame.prg -width 50 -height 10 -background white \
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dstatusbar.tcl57 set w [ProgressBar $f.bpbar -orient horizontal \
94 $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.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpdemo.tcl230 .msg.f.f2.text tag configure error -foreground red
231 .msg.f.f2.text tag configure data -foreground brown
232 .msg.f.f2.text tag configure control -foreground blue
233 .msg.f.f2.text tag configure header -foreground white -background black
257 .msg.f.f2.text configure -state normal
271 .msg.f.f2.text configure -state disabled
329 proc ProgressBar {state {bytes 0} {total {}} {filename {}}} { procedure
374 $w.frame.bar.pbar configure -width $cur_width -bg #000080
496 # Put with ProgressBar
497 # - ProgressBar ini
[all...]

Completed in 184 milliseconds