Searched refs:geometry (Results 26 - 50 of 125) sorted by relevance

12345

/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DInfo.itk51 wm geometry $itk_component(hull) +$x+$y
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/
H A Dtkv.tcl116 catch {wm geometry $window 200x200}
133 catch {wm geometry $window {}}
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tests/visualtests/utils/
H A DtestGUI.tcl89 wm geometry $w [format "+%d+%d" -100 -100]
97 wm geometry $ui_helpWidget [format "+%d+%d" $x [expr $y +10]]
103 wm geometry $ui_helpWidget [format "+%d+%d" -100 -100]
123 wm geometry $ui_top $winPos
H A DtestReadWrite.tcl246 wm geometry .t "+0+30"
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/swaplist/
H A Dswaplist.tcl34 {-reorder boolean} {-geometry {}} {-lbuttontext {}} \
70 if {[info exists options(-geometry)]} {
71 wm geometry $w $options(-geometry)
75 wm geometry $w +$x+$y
80 wm geometry $w +$x+$y
108 {-reorder boolean} {-lbuttontext {}} {-geometry {}}\
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DFullScreen2.tcl16 wm geometry $w ${swidth}x${sheight}+0+0
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A DpkgIndex.tcl3 package ifneeded math::geometry 1.1.2 [list source [file join $dir geometry.tcl]]
/macosx-10.10/pdisk-9/
H A Dpartition_map.c846 struct hd_geometry geometry; local
875 if (ioctl(fd, HDIO_GETGEO, &geometry) < 0) {
876 printf("get device geometry failed\n");
879 geometry.heads, geometry.sectors,
880 geometry.cylinders, geometry.start,
881 geometry.heads*geometry.sectors*geometry
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Druler.tcl536 wm geometry $win $curdim(w)x$curdim(h)+$curdim(x)+$curdim(y)
603 wm geometry $win +$dx+$dy
608 wm geometry $win +$dx+$dy
614 wm geometry $win ${width}x${height}
620 wm geometry $win +$dx+$dy
626 wm geometry $win ${width}x${height}
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dwm.rb143 def Wm.geometry(win, geom=nil) singleton method in class:Tk.Wm
145 tk_call_without_enc('wm', 'geometry', win.epath, geom)
148 tk_call_without_enc('wm', 'geometry', win.epath)
151 def geometry(geom=nil) method in class:Tk.Wm
152 Wm.geometry(self, geom)
154 alias wm_geometry geometry
155 TOPLEVEL_METHODCALL_OPTKEYS['geometry'] = 'geometry'
H A Dwinfo.rb101 def TkWinfo.geometry(win) singleton method in class:TkWinfo
102 tk_call_without_enc('winfo', 'geometry', win)
105 TkWinfo.geometry self
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Ddragsite.tcl166 wm geometry $_topw +[expr {$X+1}]+[expr {$Y+1}]
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dxpstat94 wm geometry .help +$x+$y
109 wm geometry .alias +$x+$y
H A Dxkibitz81 -geometry [stty columns]x[stty rows] \
H A Dtknewsbiff376 wm geometry . ${width}x$current_height
475 scan [wm geometry .] "%%dx%%d" w h
/macosx-10.10/tcl-105/tk/tk/library/
H A Ddialog.tcl149 # 6. Withdraw the window, then update all the geometry information
169 wm geometry $w +$x+$y
/macosx-10.10/tcl-105/tk84/tk/library/
H A Ddialog.tcl155 # 6. Withdraw the window, then update all the geometry information
175 wm geometry $w +$x+$y
/macosx-10.10/vim-55/src/
H A Dgui_gtk_x11.c317 {"-geometry", ARG_GEOMETRY|ARG_HAS_VALUE},
2696 GdkGeometry geometry; local
2699 geometry.width_inc = gui.char_width;
2700 geometry.height_inc = gui.char_height;
2701 geometry.base_width = width;
2702 geometry.base_height = height;
2703 geometry.min_width = min_width;
2704 geometry.min_height = min_height;
2707 /* Using gui.formwin as geometry widget doesn't work as expected
2711 &geometry, geometry_mas local
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Ddemo.rb42 root.geometry(root.geometry)
H A Dtree.rb94 Tk.root.geometry =~
106 Tk.root.geometry =~
/macosx-10.10/emacs-93/emacs/src/
H A Dwidget.c94 offset (geometry), XtRString, (XtPointer) 0},
278 We accept geometry specs in this order:
280 *Frame-NAME.geometry
281 *EmacsFrame.geometry
282 Emacs.geometry
308 /* Hairily merged geometry */
317 /* We don't need this for the moment. The geometry is computed in
320 /* If the EmacsFrame doesn't have a geometry but the shell does,
321 treat that as the geometry of the frame. (Is this bogus?
323 if (ew->emacs_frame.geometry
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dshell.itk385 wm geometry $hull +$reqX+$reqY
/macosx-10.10/vim-55/runtime/syntax/
H A Dgrub.vim40 \ displaymem embed find fstest geometry halt help
H A Dmplayerconf.vim59 \ geometry guiwid hue jpeg monitor-dotclock
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkballoonhelp.rb94 @frame.geometry("+#{x+1}+#{y+1}")

Completed in 202 milliseconds

12345