home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / xview / genial / include / comment_ui.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-14  |  510 b   |  23 lines

  1. #ifndef    comment_HEADER
  2. #define    comment_HEADER
  3.  
  4. /*
  5.  * comment_ui.h - User interface object and function declarations.
  6.  * This file was generated by `gxv' from `comment.G'.
  7.  * DO NOT EDIT BY HAND.
  8.  */
  9.  
  10. extern Attr_attribute    INSTANCE;
  11.  
  12.  
  13. typedef struct {
  14.     Xv_opaque    comm_win;
  15.     Xv_opaque    textpane1;
  16. } comment_comm_win_objects;
  17.  
  18. extern comment_comm_win_objects    *comment_comm_win_objects_initialize();
  19.  
  20. extern Xv_opaque    comment_comm_win_comm_win_create();
  21. extern Xv_opaque    comment_comm_win_textpane1_create();
  22. #endif
  23.