Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-01 08:52:27

0001 typedef unsigned long KmPixmap; /* Pixmap from <X11/X.h>                   */ __
0002 typedef void *KmWidget;         /* Widget from <X11/Intrinsic.h>           */ __
0003 typedef void *KmCalldata;       /* XmAnyCallbackStruct from <Motif/Xm.h>   */ __
0004                                 /*                                         */ __
0005 typedef enum {                  /*                                         */ __
0006   BRACT_OPEN = 0,               /*                                         */ __
0007   BRACT_ROOT = 1,               /*                                         */ __
0008   BRACT_CONT = 2,               /*                                         */ __
0009   BRACT_GRAF = 3                /*                                         */ __
0010 } BrActTag;                     /*                                         */ __
0011                                 /*                                         */ __
0012 typedef enum {                  /*                                         */ __
0013   BrActUpdate    = 0x01,        /* browser window has to be updated ('!')  */ __
0014   BrActSeparator = 0x02,        /* put separator in menu ('/')             */ __
0015   BrActToggle    = 0x04,        /* register as toggle button               */ __
0016   BrActToggleOn  = 0x08,        /* toggle state is on                      */ __
0017   BrActSensitive = 0x10         /* button is sensitive                     */ __
0018 } BrActFlag;                    /*                                         */ __
0019                                 /*                                         */ __