Searched refs:window_width (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkmulticolumnlist.rb44 @window_width = @width_total
68 'width'=>@window_width)
74 'width'=>@window_width)
79 'width'=>@window_width)
567 @window_width = @width_total
572 @window_width = width
H A Dtkmultilistframe.rb44 @window_width = @width_total
77 'width'=>@window_width)
83 'width'=>@window_width)
88 'width'=>@window_width)
546 @window_width = @width_total
551 @window_width = width
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixFont.c1287 int xStart, needWidth, window_width, do_width;
1308 window_width = INT_MAX;
1310 window_width = width;
1318 window_width = 32768;
1363 if (x > window_width) {
1273 int xStart, needWidth, window_width, do_width; local
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixFont.c1205 int xStart, needWidth, window_width, do_width;
1225 window_width = INT_MAX;
1227 window_width = width;
1234 window_width = 32768;
1279 if (x > window_width) {
1193 int xStart, needWidth, window_width, do_width; local
/macosx-10.10.1/emacs-93/emacs/src/
H A Dwindow.h779 extern int window_width P_ ((Lisp_Object));
H A Ddispnew.c655 int window_width = -1, window_height;
661 window_box (w, -1, 0, 0, &window_width, &window_height);
687 && matrix->window_width == window_width)
816 if (window_width < 0)
817 window_width = window_box_width (w, -1);
828 && matrix->window_width == window_width)
878 matrix->window_width = window_width;
649 int window_width = -1, window_height; local
[all...]
H A Ddispextern.h578 value of W->top_line, window_height and window_width are width and member in struct:glyph_matrix
583 int window_height, window_width;
H A Dw32term.c4924 int window_x, window_y, window_width;
4926 window_box (w, area, &window_x, &window_y, &window_width, 0);
4931 clip_rect.right = clip_rect.left + window_width;
4902 int window_x, window_y, window_width; local
H A Dwindow.c4146 window_width (window)
4179 = horiz_flag ? window_width : window_height;
4136 window_width (window) function
H A Dmacterm.c5610 int window_x, window_y, window_width;
5612 window_box (w, area, &window_x, &window_y, &window_width, 0);
5617 clip_rect.right = clip_rect.left + window_width;
5594 int window_x, window_y, window_width; local
H A Dxterm.c7200 int window_x, window_y, window_width;
7202 window_box (w, area, &window_x, &window_y, &window_width, 0);
7207 clip_rect.width = window_width;
7179 int window_x, window_y, window_width; local
/macosx-10.10.1/vim-55/src/
H A Dif_ruby.c1314 static VALUE window_width(VALUE self UNUSED) function
1440 rb_define_method(cVimWindow, "width", window_width, 0);

Completed in 173 milliseconds