comparison src/window.h @ 282:c42ec1d1cded r21-0b39

Import from CVS: tag r21-0b39
author cvs
date Mon, 13 Aug 2007 10:33:18 +0200
parents c5d627a313b1
children 558f606b08ae
comparison
equal deleted inserted replaced
281:090b52736db2 282:c42ec1d1cded
192 #ifdef HAVE_SCROLLBARS 192 #ifdef HAVE_SCROLLBARS
193 /* Width of vertical scrollbars. */ 193 /* Width of vertical scrollbars. */
194 Lisp_Object scrollbar_width; 194 Lisp_Object scrollbar_width;
195 /* Height of horizontal scrollbars. */ 195 /* Height of horizontal scrollbars. */
196 Lisp_Object scrollbar_height; 196 Lisp_Object scrollbar_height;
197 /* Whether the scrollbars are visible */
198 Lisp_Object horizontal_scrollbar_visible_p;
199 Lisp_Object vertical_scrollbar_visible_p;
200 /* Scrollbar positions */
201 Lisp_Object scrollbar_on_left_p;
202 Lisp_Object scrollbar_on_top_p;
197 /* Pointer to use for vertical and horizontal scrollbars. */ 203 /* Pointer to use for vertical and horizontal scrollbars. */
198 Lisp_Object scrollbar_pointer; 204 Lisp_Object scrollbar_pointer;
199 #endif /* HAVE_SCROLLBARS */ 205 #endif /* HAVE_SCROLLBARS */
200 #ifdef HAVE_TOOLBARS 206 #ifdef HAVE_TOOLBARS
201 /* Toolbar specification for each of the four positions. 207 /* Toolbar specification for each of the four positions.
338 344
339 EXFUN (Fget_buffer_window, 3); 345 EXFUN (Fget_buffer_window, 3);
340 EXFUN (Fmove_to_window_line, 2); 346 EXFUN (Fmove_to_window_line, 2);
341 EXFUN (Frecenter, 2); 347 EXFUN (Frecenter, 2);
342 EXFUN (Freplace_buffer_in_windows, 1); 348 EXFUN (Freplace_buffer_in_windows, 1);
343 EXFUN (Fselect_window, 1); 349 EXFUN (Fselect_window, 2);
344 EXFUN (Fselected_window, 1); 350 EXFUN (Fselected_window, 1);
345 EXFUN (Fset_window_buffer, 2); 351 EXFUN (Fset_window_buffer, 2);
346 EXFUN (Fset_window_hscroll, 2); 352 EXFUN (Fset_window_hscroll, 2);
347 EXFUN (Fset_window_point, 2); 353 EXFUN (Fset_window_point, 2);
348 EXFUN (Fset_window_start, 3); 354 EXFUN (Fset_window_start, 3);