Mercurial > hg > xemacs-beta
comparison lwlib/xlwscrollbarP.h @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | a145efe76779 |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
1 /* Implements a lightweight scrollbar widget. | 1 /* Implements a lightweight scrollbar widget. |
2 Copyright (C) 1992, 1993, 1994 Lucid, Inc. | 2 Copyright (C) 1992, 1993, 1994 Lucid, Inc. |
3 | 3 |
4 This file is part of the Lucid Widget Library. | 4 This file is part of the Lucid Widget Library. |
5 | 5 |
6 The Lucid Widget Library is free software; you can redistribute it and/or | 6 The Lucid Widget Library is free software; you can redistribute it and/or |
83 int repeatDelay; | 83 int repeatDelay; |
84 | 84 |
85 unsigned char orientation; | 85 unsigned char orientation; |
86 | 86 |
87 char *sliderStyle; | 87 char *sliderStyle; |
88 char *knobStyle; | |
88 char *arrowPosition; | 89 char *arrowPosition; |
89 | 90 |
90 /* private */ | 91 /* private */ |
91 Pixmap grayPixmap; | 92 Pixmap grayPixmap; |
92 | 93 |