Searched refs:top (Results 126 - 150 of 1552) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dbgerror.tcl48 lappend command [$w.top.info.text get 1.0 end-1c]
50 grid $w.top.info - -sticky nsew -padx 3m -pady 3m
132 # 1. Create the top-level window and divide it into top
150 frame $dlg.top
153 $dlg.top configure -relief raised -bd 1
156 pack $dlg.top -side top -fill both -expand 1
158 set W [frame $dlg.top.info]
173 # 2. Fill the top par
[all...]
H A Ddialog.tcl23 # w - Window to use for dialog top-level.
55 # 1. Create the top-level window and divide it into top
65 # so that they will always stay on top of their parent window. However,
82 frame $w.top
85 $w.top configure -relief raised -bd 1
88 pack $w.top -side top -fill both -expand 1
91 # 2. Fill the top part with bitmap and message (use the option
99 pack $w.msg -in $w.top
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dttkpane.tcl22 pack $w.msg [ttk::separator $w.msgSep] -side top -fill x
33 $w.outer.inLeft add [ttk::labelframe $w.outer.inLeft.top -text Button]
35 $w.outer.inRight add [ttk::labelframe $w.outer.inRight.top -text Progress]
38 foreach i [list inLeft.top inLeft.bot inRight.top inRight.bot] {
44 ttk::button $w.outer.inLeft.top.b -text "Press Me" -command {
48 pack $w.outer.inLeft.top.b -padx 2 -pady 5
84 ttk::progressbar $w.outer.inRight.top.progress -mode indeterminate
85 pack $w.outer.inRight.top.progress -fill both -expand 1
86 $w.outer.inRight.top
[all...]
H A Dentry2.tcl22 pack $w.msg -side top
29 pack $w.frame -side top -fill x -expand 1
43 $w.frame.spacer2 $w.frame.e3 $w.frame.s3 -side top -fill x
H A Dicon.tcl22 pack $w.msg -side top
36 pack $w.frame -side top
53 pack $w.frame.left.b3 $w.frame.left.b4 -side top -expand yes
H A Dcheck.tcl22 pack $w.msg -side top
35 pack $w.b0 -side top -pady 2 -anchor w
36 pack $w.b1 $w.b2 $w.b3 -side top -pady 2 -anchor w -padx 15
H A Dhscale.tcl21 pack $w.msg -side top -padx .5c
28 pack $w.frame -side top -fill x
35 pack $w.frame.canvas -side top -expand yes -anchor s -fill x -padx 15
H A Dlabelframe.tcl26 pack $w.msg -side top
46 pack $w.f.b$value -side top -fill x -pady 2
72 pack $w.f2.b$t -side top -fill x -pady 2
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dbgerror.tcl46 lappend command [.bgerrorDialog.top.info.text get 1.0 end-1c]
48 grid $w.top.info - -sticky nsew -padx 3m -pady 3m
139 # 1. Create the top-level window and divide it into top
157 frame .bgerrorDialog.top
160 .bgerrorDialog.top configure -relief raised -bd 1
163 pack .bgerrorDialog.top -side top -fill both -expand 1
165 set W [frame $w.top.info]
187 # 2. Fill the top par
[all...]
H A Ddialog.tcl23 # w - Window to use for dialog top-level.
56 # 1. Create the top-level window and divide it into top
66 # so that they will always stay on top of their parent window. However,
83 frame $w.top
86 $w.top configure -relief raised -bd 1
89 pack $w.top -side top -fill both -expand 1
91 # 2. Fill the top part with bitmap and message (use the option
103 pack $w.msg -in $w.top
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dradio.tcl19 pack $w.msg -side top
37 pack $w.left.b$i -side top -pady 2 -anchor w -fill x
45 pack $w.mid.$lower -side top -pady 2 -fill x
49 $w.right.l configure -width [winfo reqwidth $w.right.l] -compound top
57 grid x $w.right.top
H A Dentry2.tcl20 pack $w.msg -side top
29 pack $w.frame -side top -fill x -expand 1
43 $w.frame.spacer2 $w.frame.e3 $w.frame.s3 -side top -fill x
H A Dicon.tcl20 pack $w.msg -side top
35 pack $w.frame -side top
52 pack $w.frame.left.b3 $w.frame.left.b4 -side top -expand yes
H A Dlabel.tcl20 pack $w.msg -side top
35 pack $w.left.l1 $w.left.l2 $w.left.l3 -side top -expand yes -pady 2 -anchor w
40 pack $w.right.bitmap $w.right.caption -side top
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dpanedw.tcl35 {-side Enum top 1 {top left bottom right}}
163 if {[string equal $side "top"] || [string equal $side "bottom"]} {
166 if {[string equal $side "top"]} {
193 if { [string equal $side "top"] || \
205 if { [string equal $side "top"] || [string equal $side "bottom"] } {
243 set top [toplevel $path.sash -borderwidth 1 -relief raised]
249 if { [string equal $side "top"] || [string equal $side "bottom"] } {
250 $top configure -cursor sb_h_double_arrow
255 wm overrideredirect $top
[all...]
H A Dcolor.tcl85 set top [toplevel $path]
86 set parent [winfo toplevel [winfo parent $top]]
87 wm withdraw $top
88 wm transient $top $parent
89 wm overrideredirect $top 1
90 catch { wm attributes $top -topmost 1 }
92 set frame [frame $top.frame \
124 bind $top <1> {set SelectColor::_selection -1}
125 bind $top <Escape> {set SelectColor::_selection -2}
126 bind $top <FocusOu
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/missing/
H A Dgetaddrinfo.c205 struct addrinfo *top = NULL; local
367 top = sentinel.ai_next;
368 if (top)
401 GET_AI(top, &afdl[i], pton, port);
413 get_name(pton, &afdl[i], &top, pton, pai, port);
424 error = get_addr(hostname, pai->ai_family, &top, pai, port);
426 if (top) {
428 *res = top;
434 if (top)
435 freeaddrinfo(top);
547 struct addrinfo *top, *cur; local
[all...]
/macosx-10.9.5/rsync-42/rsync/lib/
H A Dgetaddrinfo.c223 struct addrinfo *top = NULL; local
391 top = sentinel.ai_next;
392 if (top)
427 if (get_ai(&top, pai, &afdl[i], pton, port))
441 get_name(pton, &afdl[i], &top, pton, pai, port);
452 error = get_addr(hostname, pai->ai_family, &top, pai, port);
454 if (top) {
456 *res = top;
462 if (top)
463 freeaddrinfo(top);
529 struct addrinfo *top, *cur; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DWidget.cpp58 const Widget* top = this; local
59 while (top->parent())
60 top = top->parent();
61 if (top->isFrameView())
62 return const_cast<ScrollView*>(static_cast<const ScrollView*>(top));
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/tools/
H A Dbench-compare.tcl96 top set [split "[string repeat "+ - " [columns]]+"]
97 bottom set [top get]
98 top enable
105 topcapsep set [top get]
113 topcapsep set [top get]
117 botcapsep set [top get]
/macosx-10.9.5/Libc-997.90.3/db/recno/FreeBSD/
H A Drec_search.c69 indx_t top; local
82 for (idx = 0, top = NEXTINDEX(h);;) {
84 if (++idx == top || total + r->nrecs > recno)
/macosx-10.9.5/crontabs-51/periodic/
H A Dperiodic.sh64 for top in /etc/periodic ${local_periodic}
66 [ -d $top/$arg ] && dirlist="$dirlist $top/$arg"
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinRegion.c91 rect_return->y = (short) rect.top;
93 rect_return->height = (short) (rect.bottom - rect.top);
180 rect.top = y;
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLViewer.css40 margin-top: 1em;
60 background-position: left top;
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dfind_fn_imps.hpp50 top() const function in class:PB_DS_CLASS_C_DEC

Completed in 201 milliseconds

1234567891011>>