Searched +refs:ttk +refs:takefocus (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dutils.tcl12 ## ttk::takefocus --
13 # This is the default value of the "-takefocus" option
14 # for ttk::* widgets that participate in keyboard navigation.
18 # if -takefocus is 1, empty, or missing; but not if it's a
22 proc ttk::takefocus {w} {
26 ## ttk::GuessTakeFocus --
28 # with a missing or empty -takefocus option.
32 proc ttk
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dlabelframe.tcl20 -takefocus -relief -borderwidth
33 if { ![BWidget::using ttk] } {
55 -relief flat -bd 0 -takefocus 0 -highlightthickness 0 \
60 -takefocus 0 -highlightthickness 0 -relief flat \
65 -highlightthickness 0 -takefocus 0]
H A Dmainframe.tcl75 -class MainFrame -takefocus 0 -highlightthickness 0]
106 if { ![BWidget::using ttk] } {
113 if { [BWidget::using ttk] } {
114 set sep [ttk::separator $path.sep -orient horizontal]
121 if { [BWidget::using ttk] } {
122 set sep [ttk::separator $botframe.sep -orient horizontal]
137 if { [BWidget::using ttk] } {
138 set status [ttk::frame $path.status]
139 set label [eval [list ttk::label $status.label \
141 set indframe [ttk
[all...]
H A Dfont.tcl215 if { [BWidget::using ttk] } {
216 ttk::checkbutton $subf.$st -text $name \
239 -highlightthickness 1 -takefocus 0 \
247 -borderwidth 0 -takefocus 0 -highlightthickness 0 \
258 -highlightthickness 1 -takefocus 0 \
305 if { [BWidget::using ttk] } {
306 ttk::frame $path
307 set lbf [ttk::combobox $path.font \
308 -takefocus 0 -exportselection 0 \
312 set lbs [ttk
[all...]
H A Dmessagedlg.tcl13 if {[BWidget::using ttk]} {
14 Widget::tkinclude MessageDlg ttk::label .frame.msg \
24 -relief -borderwidth -takefocus -textvariable \
H A Dspinbox.tcl65 [list -highlightthickness 0 -takefocus 0 -class SpinBox]
71 if { [BWidget::using ttk] } {
72 set farr [ttk::frame $path.farr -relief flat]
81 [list -highlightthickness 0 -borderwidth 1 -takefocus 0 \
87 [list -highlightthickness 0 -borderwidth 1 -takefocus 0 \
H A Dscrollw.tcl56 -highlightthickness 0 -takefocus 0] \
59 if { [BWidget::using ttk] &&
62 ttk::scrollbar $path.vscroll -orient vertical
63 ttk::scrollbar $path.hscroll -orient horizontal
68 -highlightthickness 0 -takefocus 0 \
73 -highlightthickness 0 -takefocus 0 \
94 if { ![BWidget::using ttk] } {
H A Dbuttonbox.tcl36 if { ![BWidget::using ttk] } {
39 if { [BWidget::using ttk] } {
63 [list -class ButtonBox -takefocus 0 -highlightthickness 0]
173 if { [BWidget::using ttk] } {
H A Dwidget.tcl884 if { [BWidget::using ttk] } {
885 # ttk
886 foreach {opt val} [::ttk::style configure .] {
893 # if ttk option doesn't exists, take tk option instead
1450 set code [catch {$w cget -takefocus} value]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dwidget129 ttk::frame .statusBar
130 ttk::label .statusBar.lab -text " " -anchor w
132 ttk::separator .statusBar.sep
137 ttk::sizegrip .statusBar.foo
150 ttk::frame .textFrame
151 scrollbar .s -orient vertical -command {.t yview} -takefocus 1
155 -padx 4 -pady 2 -takefocus 0
202 .t config -cursor [::ttk::cursor link]
207 .t config -cursor [::ttk::cursor text]
424 ttk
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tile/
H A Ddemo.rb66 TkPackage.names.find_all{|n| n =~ /^(tile|ttk)::theme::/}.each{|pkg|
91 unless (TkPackage.names.find{|n| n =~ /(tile|ttk)::theme::#{theme}/})
110 unless (TkPackage.names.find{|n| n =~ /(tile|ttk)::theme::#{theme}/})
123 if (pkg = TkPackage.names.find{|n| n =~ /(tile|ttk)::theme::#{theme}/})
418 mb = TkMenubutton.new(r, :text=>'Menubutton', :underline=>3, :takefocus=>true)

Completed in 108 milliseconds