Mercurial > hg > xemacs-beta
comparison src/window.h @ 422:95016f13131a r21-2-19
Import from CVS: tag r21-2-19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:25:01 +0200 |
parents | 697ef44129c6 |
children | 11054d720c21 |
comparison
equal
deleted
inserted
replaced
421:fff06e11db74 | 422:95016f13131a |
---|---|
327 int window_char_width (struct window *, int include_margins_p); | 327 int window_char_width (struct window *, int include_margins_p); |
328 int window_char_height (struct window *, int include_gutters_p); | 328 int window_char_height (struct window *, int include_gutters_p); |
329 int window_displayed_height (struct window *); | 329 int window_displayed_height (struct window *); |
330 int window_is_leftmost (struct window *w); | 330 int window_is_leftmost (struct window *w); |
331 int window_is_rightmost (struct window *w); | 331 int window_is_rightmost (struct window *w); |
332 int window_is_lowest (struct window *w); | |
333 int window_is_highest (struct window *w); | |
332 int window_truncation_on (struct window *w); | 334 int window_truncation_on (struct window *w); |
333 int window_needs_vertical_divider (struct window *); | 335 int window_needs_vertical_divider (struct window *); |
334 int window_scrollbar_width (struct window *w); | 336 int window_scrollbar_width (struct window *w); |
335 int window_scrollbar_height (struct window *w); | 337 int window_scrollbar_height (struct window *w); |
336 int window_modeline_height (struct window *w); | 338 int window_modeline_height (struct window *w); |
338 int window_right_margin_width (struct window *w); | 340 int window_right_margin_width (struct window *w); |
339 int window_top_gutter_height (struct window *w); | 341 int window_top_gutter_height (struct window *w); |
340 int window_bottom_gutter_height (struct window *w); | 342 int window_bottom_gutter_height (struct window *w); |
341 int window_left_gutter_width (struct window *w, int modeline); | 343 int window_left_gutter_width (struct window *w, int modeline); |
342 int window_right_gutter_width (struct window *w, int modeline); | 344 int window_right_gutter_width (struct window *w, int modeline); |
343 int window_bottom_toolbar_height (struct window *w); | |
344 | 345 |
345 void delete_all_subwindows (struct window *w); | 346 void delete_all_subwindows (struct window *w); |
346 void set_window_pixheight (Lisp_Object window, int pixheight, | 347 void set_window_pixheight (Lisp_Object window, int pixheight, |
347 int nodelete); | 348 int nodelete); |
348 void set_window_pixwidth (Lisp_Object window, int pixwidth, | 349 void set_window_pixwidth (Lisp_Object window, int pixwidth, |