home *** CD-ROM | disk | FTP | other *** search
- /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Copyright (C) 1995, by Watcom. All rights reserved. %
- % No part of this software may be reproduced or used in any form %
- % or by any means - graphic, electronic or mechanical, including %
- % photocopying, recording, taping or information storage and %
- % retrieval systems - except with the written permission of %
- % Watcom. %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- Date By Reason
- ---- -- ------
- 09/09/95 Alan Shi Initial Implementation
- */
-
- #ifndef _TABCONTROLDATA_HPP_INCLUDED
- #define _TABCONTROLDATA_HPP_INCLUDED
-
- #define ALLOC_SIZE 5
-
- class DTFormEditBase;
-
- typedef struct TabControlData {
- WString _tabText;
- WWindow *_formWinPtr;
- DTFormEditBase *_formPtr;
- WString _formName;
- } TabControlData;
-
- #endif
-