Searched refs:screenwidth (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10/mail_cmds-30/mail/
H A Dglob.h87 EXTERN int screenwidth; /* Screen width, or best guess */ variable
H A Dmain.c393 if ((screenwidth = ws.ws_col) == 0)
394 screenwidth = 80;
H A Dcmd1.c206 subjlen = screenwidth - 50 - strlen(wcount);
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DFullScreen.tcl10 set swidth [winfo screenwidth .]
H A DFullScreen2.tcl10 set swidth [winfo screenwidth .]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DInfo.itk49 set x [expr ([winfo screenwidth $itk_component(hull)]-$wd)/2]
/macosx-10.10/tcl-105/tk/tk/library/
H A Ddialog.tcl155 set x [expr {[winfo screenwidth $w]/2 - [winfo reqwidth $w]/2 \
168 wm maxsize $w [winfo screenwidth $w] [winfo screenheight $w]
H A Dtk.tcl94 set x [expr {([winfo screenwidth $w]-[winfo reqwidth $w])/2}]
114 set x [expr {([winfo screenwidth $w]-[winfo reqwidth $w])/2}]
125 } elseif {$x > ([winfo screenwidth $w]-[winfo reqwidth $w])} {
126 set x [expr {[winfo screenwidth $w]-[winfo reqwidth $w]}]
H A Dbgerror.tcl176 set wrapwidth [winfo screenwidth $dlg]
/macosx-10.10/tcl-105/tk84/tk/library/
H A Ddialog.tcl161 set x [expr {[winfo screenwidth $w]/2 - [winfo reqwidth $w]/2 \
174 wm maxsize $w [winfo screenwidth $w] [winfo screenheight $w]
H A Dtk.tcl84 set x [expr {([winfo screenwidth $w]-[winfo reqwidth $w])/2}]
104 set x [expr {([winfo screenwidth $w]-[winfo reqwidth $w])/2}]
118 } elseif {$x > ([winfo screenwidth $w]-[winfo reqwidth $w])} {
119 set x [expr {[winfo screenwidth $w]-[winfo reqwidth $w]}]
H A Dbgerror.tcl190 set wrapwidth [winfo screenwidth .bgerrorDialog]
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dmenubutton.tcl82 set sw [expr {[winfo screenwidth $menu] - $bw - $mw}]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dfilecomplete.c370 int screenwidth = el->el_term.t_size.h; local
380 cols = screenwidth / (width + 1);
/macosx-10.10/libedit-40/src/
H A Dfilecomplete.c361 int screenwidth = el->el_terminal.t_size.h; local
371 cols = (size_t)screenwidth / (width + 1);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dfilecomplete.c339 int screenwidth = el->el_term.t_size.h; local
345 limit = screenwidth / (max + 2);
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Ddialog.tcl397 set x [expr {([winfo screenwidth $w]-[winfo reqwidth $w])/2}]
412 set x [expr {([winfo screenwidth $w]-[winfo reqwidth $w])/2}]
449 } elseif {$x > ([winfo screenwidth $w]-[winfo reqwidth $w])} {
450 set x [expr {[winfo screenwidth $w]-[winfo reqwidth $w]}]
H A Dmentry.tcl208 set sw [expr {[winfo screenwidth $menu] - $bw - $mw}]
H A Ddateentry.tcl243 set sw [expr {[winfo screenwidth $dropbox] - $bw - $mw}]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/getstring/
H A Dtk_getString.tcl75 set x [expr {[winfo screenwidth $w]/2 - [winfo reqwidth $w]/2 - [winfo vrootx $w]}]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dwinfo.rb269 def TkWinfo.screenwidth(win) singleton method in class:TkWinfo
270 number(tk_call_without_enc('winfo', 'screenwidth', win))
273 TkWinfo.screenwidth self
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dtree.tcl69 BWidget::place .top 0 0 at [expr $global_w-[winfo screenwidth .]] $global_h
78 BWidget::place .top 0 0 at [expr $global_w-[winfo screenwidth .]] $global_h
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dshell.itk360 set sw [winfo screenwidth $hull]
H A Ddateentry.itk339 if {(($popupx + $popupwidth) > [winfo screenwidth .]) || \
H A Dtimeentry.itk339 if {(($popupx + $popupwidth) > [winfo screenwidth .]) || \

Completed in 164 milliseconds

12