Mercurial > emacs
comparison src/frame.h @ 9164:fbdd7a2e62f4
(scroll_bar_pixel_width, scroll_bar_cols): Update comment.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 28 Sep 1994 00:57:37 +0000 |
parents | 5f79babaa7d2 |
children | 9f9984bed1b3 |
comparison
equal
deleted
inserted
replaced
9163:41fe5f636879 | 9164:fbdd7a2e62f4 |
---|---|
239 Only the X toolkit version uses this. */ | 239 Only the X toolkit version uses this. */ |
240 Lisp_Object menu_bar_vector; | 240 Lisp_Object menu_bar_vector; |
241 /* Number of elements in the vector that have meaningful data. */ | 241 /* Number of elements in the vector that have meaningful data. */ |
242 int menu_bar_items_used; | 242 int menu_bar_items_used; |
243 | 243 |
244 /* Width of the scroll bar, in pixels and in characters. */ | 244 /* Width of the scroll bar, in pixels and in characters. |
245 scroll_bar_cols tracks scroll_bar_pixel_width if the latter is positive; | |
246 a zero value in scroll_bar_pixel_width means to compute the actual width | |
247 on the fly, using scroll_bar_cols and the current font width. */ | |
245 int scroll_bar_pixel_width; | 248 int scroll_bar_pixel_width; |
246 int scroll_bar_cols; | 249 int scroll_bar_cols; |
247 }; | 250 }; |
248 | 251 |
249 #ifdef MULTI_FRAME | 252 #ifdef MULTI_FRAME |