Modified the UGetCursor() routine to return a valid response if the
[xcircuit.git] / Xw / Toggle.h
blob1e36928e266cd6c41507a700efa1c85b598366d4
1 /*************************************<+>*************************************
2 *****************************************************************************
3 **
4 ** File: Toggle.h
5 **
6 ** Project: X Widgets
7 **
8 ** Description: Public include file for applications using the
9 ** toggle widget.
11 *****************************************************************************
12 **
13 ** Copyright (c) 1988 by Hewlett-Packard Company
14 ** Copyright (c) 1988 by the Massachusetts Institute of Technology
15 **
16 ** Permission to use, copy, modify, and distribute this software
17 ** and its documentation for any purpose and without fee is hereby
18 ** granted, provided that the above copyright notice appear in all
19 ** copies and that both that copyright notice and this permission
20 ** notice appear in supporting documentation, and that the names of
21 ** Hewlett-Packard or M.I.T. not be used in advertising or publicity
22 ** pertaining to distribution of the software without specific, written
23 ** prior permission.
24 **
25 *****************************************************************************
26 *************************************<+>*************************************/
29 /***********************************************************************
31 * Toggle Widget
33 ***********************************************************************/
35 extern WidgetClass XwtoggleWidgetClass;
37 typedef struct _XwToggleClassRec *XwToggleWidgetClass;
38 typedef struct _XwToggleRec *XwToggleWidget;