home *** CD-ROM | disk | FTP | other *** search
- /*
- * CArticleList
- *
- * SUPERCLASS = CListWind
- *
- */
-
- #define _H_CArticleList
-
- #include <CBureaucrat.h>
- #include "CListWind.h"
- #include "newslists.h"
-
- struct CArticleList : CListWind { /* Class Declaration */
- grp_t *groupptr;
- CBureaucrat *glist;
- int lastclickline;
-
- void IArticleList(CBureaucrat *grouplist, grp_t *gp);
- void Dispose(void);
-
- Boolean Close(Boolean quitting);
-
- void DoCommand(long theCommand);
- void UpdateMenus(void);
-
- void Dawdle(long *maxSleep);
-
- void ReDo(void);
- void ModLine(art_t *ap, int what);
- void ClickLine(int line);
- };
-