comparison lwlib/xlwradioP.h @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 9d177e8d4150
children 308d34e9f07d
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
30 30
31 #ifndef _XawRadioP_h 31 #ifndef _XawRadioP_h
32 #define _XawRadioP_h 32 #define _XawRadioP_h
33 33
34 #include "xlwradio.h" 34 #include "xlwradio.h"
35 #include ATHENA_INCLUDE(ToggleP.h) 35 #include ATHENA_ToggleP_h_
36 36
37 /*********************************************************************** 37 /***********************************************************************
38 * 38 *
39 * Radio Widget Private Data 39 * Radio Widget Private Data
40 * 40 *
41 ***********************************************************************/ 41 ***********************************************************************/
42 42
43 #define streq(a, b) ( strcmp((a), (b)) == 0 ) 43 /* Already in Xaw/ToggleP.h, and not used by us.
44 #define streq(a, b) ( strcmp((a), (b)) == 0 )
45 */
44 46
45 typedef void (*XawDiamondProc) (Widget); 47 typedef void (*XawDiamondProc) (Widget);
46 48
47 void RadioSet (Widget w, 49 void RadioSet (Widget w,
48 XEvent *event, 50 XEvent *event,