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

Import from CVS: tag r21-0b39
author cvs
date Mon, 13 Aug 2007 10:33:18 +0200
parents 1f0dabaa0855
children 57709be46d1b
comparison
equal deleted inserted replaced
281:090b52736db2 282:c42ec1d1cded
100 100
101 #ifdef HAVE_SCROLLBARS 101 #ifdef HAVE_SCROLLBARS
102 /* Width and height of the scrollbars. */ 102 /* Width and height of the scrollbars. */
103 MARKED_SLOT (scrollbar_width); 103 MARKED_SLOT (scrollbar_width);
104 MARKED_SLOT (scrollbar_height); 104 MARKED_SLOT (scrollbar_height);
105 /* Whether the scrollbars are visible */
106 MARKED_SLOT (horizontal_scrollbar_visible_p);
107 MARKED_SLOT (vertical_scrollbar_visible_p);
108 /* Scrollbars location */
109 MARKED_SLOT (scrollbar_on_left_p);
110 MARKED_SLOT (scrollbar_on_top_p);
105 #endif 111 #endif
106 112
107 #ifdef HAVE_TOOLBARS 113 #ifdef HAVE_TOOLBARS
108 /* The following three don't really need to be cached except 114 /* The following three don't really need to be cached except
109 that we need to know when they've changed. */ 115 that we need to know when they've changed. */