home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TVANEW.C */
- /* functions to handle panel files */
- /* */
- /* (c) Copyright 1988 Ralf Brown */
- /* All Rights Reserved */
- /* May be freely copied for noncommercial use, */
- /* provided that this copyright notice remains */
- /* intact and any changes are indicated in the */
- /* comment blocks preceding functions */
- /*================================================*/
-
- #include "tvapi.h"
-
- /*================================================*/
- /* TVpanel_new create a new panel object */
- /* Ralf Brown 4/8/88 */
- /* Ralf Brown 6/21/88 rewrote with TVsendmsg1 */
- /*================================================*/
-
- OBJECT pascal TVpanel_new(void)
- {
- return (OBJECT) TVsendmsg1(NEW_MSG, PANEL_CLASS, 0) ;
- }
-
- /* End of TVANEW.C */
-