Searched +refs:Label +refs:configure (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A DxpTheme.tcl11 ttk::style configure . \
23 ttk::style configure TButton -anchor center -padding {1 1} -width -11
24 ttk::style configure TRadiobutton -padding 2
25 ttk::style configure TCheckbutton -padding 2
26 ttk::style configure TMenubutton -padding {8 4}
28 ttk::style configure TNotebook -tabmargins {2 2 2 0}
33 ttk::style configure Heading -font TkHeadingFont
34 ttk::style configure Treeview -background SystemWindow
39 ttk::style configure TLabelframe.Label
[all...]
H A DvistaTheme.tcl27 ttk::style configure . \
39 ttk::style configure TButton -anchor center -padding {1 1} -width -11
40 ttk::style configure TRadiobutton -padding 2
41 ttk::style configure TCheckbutton -padding 2
42 ttk::style configure TMenubutton -padding {8 4}
49 ttk::style configure TNotebook -tabmargins {2 2 2 0}
54 ttk::style configure Heading -font TkHeadingFont
55 ttk::style configure Treeview -background SystemWindow
60 # Label and Toolbutton
61 ttk::style configure TLabelfram
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dlabel.tcl7 # - Label::create
8 # - Label::configure
9 # - Label::cget
10 # - Label::setfocus
11 # - Label::_drag_cmd
12 # - Label::_drop_cmd
13 # - Label::_over_cmd
16 namespace eval Label {
17 Widget::define Label labe
[all...]
H A Dlabelframe.tcl9 # - LabelFrame::configure
15 Widget::define LabelFrame labelframe Label
17 Widget::bwinclude LabelFrame Label .l \
40 Widget::syncoptions LabelFrame Label .l {-text {} -underline {}}
42 bind BwLabelFrame <FocusIn> [list Label::setfocus %W.l]
58 set label [eval [list Label::create $path.l] \
92 # Command LabelFrame::configure
94 proc LabelFrame::configure { path args } {
95 return [Widget::configure $path $args]
161 $w configure
[all...]
H A Dwizard.tcl10 # - Wizard::configure
206 $path.buttons configure -spacing 10
208 $path.buttons configure -spacing 2
216 # Command Wizard::configure
218 proc Wizard::configure { path args } {
219 set res [Widget::configure $path $args]
248 ## It's not an item. Just pass the configure to the widget.
250 return [eval $item configure $args]
279 ## It's not an item. Just pass the configure to the widget.
281 return [eval $item configure
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A Dwidget.py14 Label(root, text='Snack Sound Toolkit Demonstration',
37 timelab.configure(text=len)
46 Label(f0, text='Basic sound handling:').pack(anchor='w')
47 timelab = Label(f0, text='0.00 sec',width=10)
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A Diwidgets.tcl27 option add *Tablelist*Dateentry*Label.background white
28 option add *Tablelist*Timeentry*Label.background white
63 $tbl configure -spacing 1
122 $w configure -pasting no -fixed 20
132 $w configure -pasting no -fixed 6 -validate numeric
139 $w configure -range {5 8} -wrap no -pasting no -fixed 1 \
148 $w configure -editable no -listheight 120
156 $w configure -editable no -listheight 90
164 $w configure -editable no -listheight 90
171 $w configure
[all...]
H A Diwidgets_tile.tcl27 option add *Tablelist*Dateentry*Label.background white
28 option add *Tablelist*Timeentry*Label.background white
69 $tbl configure -spacing 1
129 $w configure -pasting no -fixed 20
139 $w configure -pasting no -fixed 6 -validate numeric
146 $w configure -range {5 8} -wrap no -pasting no -fixed 1 \
155 $w configure -editable no -listheight 120
163 $w configure -editable no -listheight 90
171 $w configure -editable no -listheight 90
178 $w configure
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/docs/
H A Dperl.txt73 $_HELP->configure(-foreground => 'blue');
74 $_MES = $MW->Label(-text => "\nEnter ? for help.\n")->pack;
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Dbasic.tcl19 set titf1 [TitleFrame $topf.titf1 -text "Label"]
38 set lab [Label $parent.label -text "This is a Label widget" \
39 -helptext "Label widget"]
43 -command "$lab configure -state \$DemoBasic::var($lab,-state)"]
56 -command "$ent configure -state \$DemoBasic::var($ent,state)"]
60 -command "$ent configure -editable \$DemoBasic::var($ent,editable)"]
110 set label [Label $parent.label -textvariable DemoBasic::var(butcmd) -foreground red]
144 $but configure -state $state
150 $but configure
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dbgerror.tcl22 option add *ErrorDialog*Label.font TkCaptionFont widgetDefault
35 .bgerrorDialog.ok configure -state active -relief sunken
49 $w.function configure -text $caption -command $command
152 $dlg.bot configure -relief raised -bd 1
153 $dlg.top configure -relief raised -bd 1
162 $W.text configure -width 40
171 $W.text configure -state disabled
192 grid configure $dlg.msg -sticky nsw -padx {0 3m}
209 grid configure $dlg.$name -pady 7
214 $dlg.ok configure
[all...]
H A Dobsolete.tcl57 font configure TkDefaultFont -weight bold ; # normal
58 font configure TkFixedFont -size -12 ; # -10
64 option add *ErrorDialog*Label.font system 21; # TkCaptionFont
68 option add *ErrorDialog*Label.font {Times -18} 21; # TkCaptionFont
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/blt/
H A Dcalendar.rb19 TkOption.add('*Calendar.Label.borderWidth', 0)
20 TkOption.add('*Calendar.Label.relief', :sunken)
23 TkOption.add('*Calendar.Label.font', 'Helvetica 11')
24 TkOption.add('*Calendar.Label.foreground', 'navyblue')
27 TkOption.add('*Label.ipadX', 200)
60 mon = Tk::BLT::Tile::Label.new(cal, :font=>'Courier 14 bold',
71 Tk::BLT::Tile::Label.new(cal, :text=>dayName,
87 Tk::BLT::Tile::Label.new(cal, :text=>cnt){
88 self.configure(:borderwidth=>1,
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dentry.rb10 class Tk::Entry<Tk::Label
89 configure 'validate', mode
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dradio2.rb95 # label = TkLabel.new(f_right, 'text'=>'Label', 'bitmap'=>'questhead',
96 label = Tk::Label.new(f_right, 'text'=>'Label', 'bitmap'=>'questhead',
98 label.configure('width'=>TkWinfo.reqwidth(label), 'compound'=>'top')
H A Dradio3.rb104 # label = TkLabel.new(f_right, 'text'=>'Label', 'bitmap'=>'questhead',
105 label = Tk::Label.new(f_right, 'text'=>'Label', 'bitmap'=>'questhead',
107 label.configure('width'=>TkWinfo.reqwidth(label), 'compound'=>'top')
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dradio2.rb99 label = Tk::Label.new(f_right, 'text'=>'���������', 'bitmap'=>'questhead',
101 label.configure('width'=>TkWinfo.reqwidth(label), 'compound'=>'top')
H A Dradio3.rb107 label = Tk::Label.new(f_right, 'text'=>'���������', 'bitmap'=>'questhead',
109 label.configure('width'=>TkWinfo.reqwidth(label), 'compound'=>'top')
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DFastMotionMovieMaker.tcl6 . configure -bg $bgCol
9 option add *Label.Background $bgCol
63 $wbtstart configure -text Stop -command Stop
72 $wbtstart configure -text Start -command Start
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl338 snack::menuCascade Options {Label File Format}
339 snack::menuRadio {Label File Format} TIMIT v(labfmt) TIMIT {Redraw quick}
340 snack::menuRadio {Label File Format} HTK v(labfmt) HTK {Redraw quick}
341 snack::menuRadio {Label File Format} WAVES v(labfmt) WAVES {Redraw quick}
342 snack::menuRadio {Label File Format} MIX v(labfmt) MIX {Redraw quick}
348 snack::menuCascade Options {Label Alignment}
349 snack::menuRadio {Label Alignment} left v(labalign) w {Redraw quick}
350 snack::menuRadio {Label Alignment} center v(labalign) c {Redraw quick}
351 snack::menuRadio {Label Alignment} right v(labalign) e {Redraw quick}
693 set loadTypes [list {{MIX Files} {.mix}} {{HTK Label File
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dbasic.rb17 titf1 = Tk::BWidget::TitleFrame.new(topf, :text=>'Label')
32 lab = Tk::BWidget::Label.new(parent, :text=>'This is a Label widget',
33 :helptext=>'Label widget')
166 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/tklib/tklib/modules/tablelist/scripts/
H A DtablelistConfig.tcl70 foreach configSet [$helpListbox configure] {
112 Label.padding -children {
113 Label.label
125 Label.padding -children {
126 Label.label -side top
133 Label.padding -children {
134 Label.label -side top
159 set configSet [$helpLabel configure -$optTail]
162 if {[catch {$helpLabel configure -activebackground} configSet1] == 0 &&
163 [catch {$helpLabel configure
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dwidget.test76 .testWidget0 configure
96 .testWidget0 configure $opt
111 {-text "Label:"}
117 list [.testWidget0 configure $opt $value] \
157 } {Label: {Push Me}}
163 test widget-1.11a {configure using the "code" command} {
164 .testWidget0 do {configure -command [itcl::code $this action "button press"]}
171 .testWidget0 configure -status "in between"
216 .testWidget0 configure -status "test message"
217 .testWidget0 configure
[all...]
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DbutGeom2.tcl78 label .t.l1 -text Label -bd 2 -relief sunken
105 catch {$w configure $option $value}
111 $w configure $option $value
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A DbutGeom2.tcl78 label .t.l1 -text Label -bd 2 -relief sunken
105 catch {$w configure $option $value}
111 $w configure $option $value

Completed in 140 milliseconds

12