File: MwVSlider.h

package info (click to toggle)
mowitz 0.2.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,168 kB
  • ctags: 4,214
  • sloc: ansic: 30,869; sh: 9,051; makefile: 169
file content (33 lines) | stat: -rw-r--r-- 691 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* $Id: VSlider.h,v 1.1 2000/01/17 20:59:13 falk Exp $
 *
 * VSlider:  Slider subclass, looks like a volume control.
 */


#ifndef _MwVSlider_h
#define _MwVSlider_h

#include <X11/Xmu/Converters.h>


/***********************************************************************
 *
 * VSlider Widget (subclass of Slider)
 *
 * Identical in behavior to Slider, but looks like a volume control.
 *
 ***********************************************************************/

/* Resources:

 Same as Slider; see Slider.h

*/


extern WidgetClass mwVSliderWidgetClass;

typedef struct _MwVSliderClassRec *MwVSliderWidgetClass;
typedef struct _MwVSliderRec      *MwVSliderWidget;

#endif /* _Slider_h */