Searched refs:bbox (Results 1 - 25 of 119) sorted by relevance

12345

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkRectOval.c27 double bbox[4]; /* Coordinates of bounding box for rectangle member in struct:RectOvalItem
332 Tcl_NewDoubleObj(rectOvalPtr->bbox[0]));
334 Tcl_NewDoubleObj(rectOvalPtr->bbox[1]));
336 Tcl_NewDoubleObj(rectOvalPtr->bbox[2]));
338 Tcl_NewDoubleObj(rectOvalPtr->bbox[3]));
371 &rectOvalPtr->bbox[0]) != TCL_OK)
373 &rectOvalPtr->bbox[1]) != TCL_OK)
375 &rectOvalPtr->bbox[2]) != TCL_OK)
377 &rectOvalPtr->bbox[3]) != TCL_OK)) {
450 tsoffset->xoffset = (int) (rectOvalPtr->bbox[
[all...]
H A DtkCanvArc.c31 double bbox[4]; /* Coordinates (x1, y1, x2, y2) of bounding member in struct:ArcItem
362 Tcl_Obj *subobj = Tcl_NewDoubleObj(arcPtr->bbox[0]);
365 subobj = Tcl_NewDoubleObj(arcPtr->bbox[1]);
367 subobj = Tcl_NewDoubleObj(arcPtr->bbox[2]);
369 subobj = Tcl_NewDoubleObj(arcPtr->bbox[3]);
386 &arcPtr->bbox[0]) != TCL_OK)
388 &arcPtr->bbox[1]) != TCL_OK)
390 &arcPtr->bbox[2]) != TCL_OK)
392 &arcPtr->bbox[3]) != TCL_OK)) {
473 tsoffset->xoffset = (int) (arcPtr->bbox[
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkRectOval.c30 double bbox[4]; /* Coordinates of bounding box for rectangle member in struct:RectOvalItem
336 Tcl_Obj *subobj = Tcl_NewDoubleObj(rectOvalPtr->bbox[0]);
338 subobj = Tcl_NewDoubleObj(rectOvalPtr->bbox[1]);
340 subobj = Tcl_NewDoubleObj(rectOvalPtr->bbox[2]);
342 subobj = Tcl_NewDoubleObj(rectOvalPtr->bbox[3]);
359 &rectOvalPtr->bbox[0]) != TCL_OK)
361 &rectOvalPtr->bbox[1]) != TCL_OK)
363 &rectOvalPtr->bbox[2]) != TCL_OK)
365 &rectOvalPtr->bbox[3]) != TCL_OK)) {
446 tsoffset->xoffset = (int) (rectOvalPtr->bbox[
[all...]
H A DtkCanvArc.c31 double bbox[4]; /* Coordinates (x1, y1, x2, y2) of bounding member in struct:ArcItem
382 Tcl_Obj *subobj = Tcl_NewDoubleObj(arcPtr->bbox[0]);
384 subobj = Tcl_NewDoubleObj(arcPtr->bbox[1]);
386 subobj = Tcl_NewDoubleObj(arcPtr->bbox[2]);
388 subobj = Tcl_NewDoubleObj(arcPtr->bbox[3]);
405 &arcPtr->bbox[0]) != TCL_OK)
407 &arcPtr->bbox[1]) != TCL_OK)
409 &arcPtr->bbox[2]) != TCL_OK)
411 &arcPtr->bbox[3]) != TCL_OK)) {
492 tsoffset->xoffset = (int) (arcPtr->bbox[
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Ddialogshell.itk98 itk_component add bbox {
99 iwidgets::Buttonbox $itk_interior.bbox
150 set parent [winfo parent $itk_component(bbox)]
154 $itk_component(bbox) configure -orient horizontal
156 grid $itk_component(bbox) -row 0 -column 0 -sticky ew
168 $itk_component(bbox) configure -orient horizontal
172 grid $itk_component(bbox) -row 2 -column 0 -sticky ew
182 $itk_component(bbox) configure -orient vertical
184 grid $itk_component(bbox) -row 0 -column 0 -sticky ns
196 $itk_component(bbox) configur
[all...]
H A Dscrolledcanvas.itk63 public method bbox {args}
189 set bbox [$itk_component(canvas) bbox all]
191 if {$bbox != {}} {
193 set bbox [lreplace $bbox 0 0 [expr {[lindex $bbox 0] - $marg}]]
194 set bbox [lreplace $bbox 1 1 [expr {[lindex $bbox
[all...]
H A Ddisjointlistbox.itk423 if { [lsearch [component] bbox] != -1 } {
424 destroy $itk_component(bbox)
435 itk_component add bbox {
436 frame $itk_interior.bbox
440 button $itk_component(bbox).lhsbutton -command [itcl::code \
449 button $itk_component(bbox).rhsbutton -command [itcl::code \
462 grid configure $itk_component(bbox) \
468 catch {grid anchor $itk_component(bbox) center}
471 -in $itk_component(bbox) -row 0 -column 0 -sticky ew
473 -in $itk_component(bbox)
[all...]
H A Dbuttonbox.itk83 bind bbox-map <Map> [itcl::code %W _setBoxSize]
84 bind bbox-config <Configure> [itcl::code %W _positionButtons]
102 [linsert [bindtags $itk_component(hull)] 0 bbox-map]
104 [linsert [bindtags $itk_component(hull)] 1 bbox-config]
463 if {[set i [lsearch $tags bbox-config]] != -1} {
474 bindtags $itk_component(hull) [linsert $tags 0 bbox-config]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dtabset.rb123 map!{|id| bbox = @canvas.bbox(id); [bbox[0], bbox[2]]} . max
134 map!{|id| bbox = @canvas.bbox(id); [bbox[1], bbox[3]]} . max
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Ddialog.tcl27 Widget::bwinclude Dialog ButtonBox .bbox \
66 array set maps [list Dialog {} .bbox {}]
110 set bbox [eval [list ButtonBox::create $path.bbox] $maps(.bbox) \
133 bind $path <Escape> [list ButtonBox::invoke $path.bbox [Widget::getoption $path -cancel]]
134 bind $path <Return> [list ButtonBox::invoke $path.bbox default]
189 set cmd [list ButtonBox::add $path.bbox -width $width \
211 return [eval [list ButtonBox::itemconfigure $path.bbox $index] $args]
219 return [ButtonBox::itemcget $path.bbox
[all...]
H A Dlistbox.tcl411 set oldb [$path.c bbox $idn]
457 set bbox [$path.c bbox $idn]
458 if { [lindex $bbox 2] > [lindex $oldb 2] } {
694 # test if x stand inside node bbox
696 set xs [lindex [$path.c bbox n:$item] 2]
934 set bbox [$path.c bbox $idn]
954 set x1 [expr {int([lindex $bbox 2]/$dx)}]
960 set x0 [expr {int([lindex $bbox
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Ddemo_main.tcl105 set bbox [ButtonBox $tb1.bbox1 -spacing 0 -padx 1 -pady 1]
106 $bbox add -image [Bitmap::get new] \
109 $bbox add -image [Bitmap::get open] \
112 $bbox add -image [Bitmap::get save] \
115 pack $bbox -side left -anchor w
121 set bbox [ButtonBox $tb1.bbox2 -spacing 0 -padx 1 -pady 1]
122 $bbox add -image [Bitmap::get cut] \
125 $bbox add -image [Bitmap::get copy] \
128 $bbox add -image [Bitmap::get paste] \
131 pack $bbox
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dtxtwin_abst.rb13 def bbox(index) method in class:TkTextWin
14 list(tk_send_without_enc('bbox', index))
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/demos/
H A Dcatalog211 set bbox [$canv bbox all]
213 $canv move all [expr [lindex $bbox 0] * -1] [expr [lindex $bbox 1] * -1]
218 set bbox [$canv bbox all]
219 set x [expr ([winfo width $widgets(info)] / 2) - ([lindex $bbox 2] / 2)]
270 set bbox [$canv bbox $class]
271 set x0 [expr [lindex $bbox
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinDraw.c119 RECT *bbox);
237 RECT *bbox) /* Bounding box of points. */
260 bbox->left = bbox->right = points[0].x;
261 bbox->top = bbox->bottom = points[0].y;
267 bbox->left = MIN(bbox->left, tsdPtr->winPoints[i].x);
268 bbox->right = MAX(bbox
230 ConvertPoints( XPoint *points, int npoints, int mode, RECT *bbox) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkmultilistframe.rb242 bbox = @w_title.bbox
243 @c_title.height(bbox[3])
244 @c_title.scrollregion(bbox)
246 bbox = @w_lbox.bbox
247 @c_lbox.height(bbox[3])
248 @c_lbox.scrollregion(bbox)
251 bbox = @w_hscr.bbox
446 def bbox(idx) method in class:TkMultiListFrame
[all...]
H A Dtkmulticolumnlist.rb231 bbox = @w_title.bbox
232 @c_title.height(bbox[3])
233 @c_title.scrollregion(bbox)
235 bbox = @w_lbox.bbox
236 @c_lbox.height(bbox[3])
237 @c_lbox.scrollregion(bbox)
240 bbox = @w_hscr.bbox
[all...]
H A Deditable_listbox.rb28 see(idx) if bbox(idx).empty?
65 x, y, w, h = bbox(idx)
106 if !@ebox.pos || bbox(@ebox.pos).empty?
H A Dfigmemo_sample.rb396 bbox = canvas.bbox('all')
397 canvas.postscript(:file=>fpath, :x=>bbox[0], :y=>bbox[1],
398 :width=>bbox[2] - bbox[0], :height=>bbox[3] - bbox[1])
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotconfig.tcl19 set bbox [$w bbox $item]
20 set char_width [expr {[lindex $bbox 2] - [lindex $bbox 0]}]
21 set char_height [expr {[lindex $bbox 3] - [lindex $bbox 1]}]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dlabarray.tcl69 [$canvas bbox canvasLabel($label)] {}
95 set list [$($this,canvas) bbox canvasLabelsArray($this)]
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinDraw.c120 int mode, RECT *bbox));
234 ConvertPoints(points, npoints, mode, bbox)
238 RECT *bbox; /* Bounding box of points. */
261 bbox->left = bbox->right = points[0].x;
262 bbox->top = bbox->bottom = points[0].y;
268 bbox->left = MIN(bbox->left, tsdPtr->winPoints[i].x);
269 bbox
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32bdf.h45 i | h| | #(bbox, bboy) |
60 int bbw, bbh, bbox, bboy; /* bounding box in pixels */ member in struct:__anon8547
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dtext.tcl505 set bbox [$w bbox $pos]
506 if {$bbox eq ""} {
509 if {($x - [lindex $bbox 0]) < ([lindex $bbox 2]/2)} {
536 set bbox [$w bbox [$w index $anchorname]]
537 if {$x > [lindex $bbox 0]} {
993 set bbox [$w bbox inser
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A Dconstraints.tcl155 set x [list [.t bbox 1.3] [.t bbox 2.5]]

Completed in 246 milliseconds

12345