home *** CD-ROM | disk | FTP | other *** search
- /*
- * CGroupList
- *
- * SUPERCLASS = CListWind
- *
- */
-
- #define _H_CGroupList
-
- #include "CListWind.h"
- #include "newslists.h"
-
- struct CGroupList : CListWind { /* Class Declaration */
-
- Boolean allActive; /* use entire group list */
- int lastclickline;
-
- void IGroupList(void);
-
- void DoCommand(long theCommand);
- void UpdateMenus(void);
- void Dawdle(long *maxSleep);
-
- void ReDo(void);
- void ReDoLine(grp_t *line_gp);
- void ClickLine(int line);
- };
-