home *** CD-ROM | disk | FTP | other *** search
- /* GadTools layout toolkit
- **
- ** Copyright © 1993-1995 by Olaf `Olsen' Barthel
- ** Freely distributable.
- **
- ** :ts=4
- */
-
- #include "gtlayout_global.h"
-
- #ifdef DO_MENUS
-
- /* LTP_InitIText(RootMenu *Root,struct IntuiText *IText):
- *
- * Initialize IntuiText data structure with defaults.
- */
-
- VOID __regargs
- LTP_InitIText(RootMenu *Root,struct IntuiText *IText)
- {
- IText -> FrontPen = Root -> TextPen;
- IText -> ITextFont = Root -> TextAttr;
- }
-
- #endif /* DO_MENUS */
-