home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / xview / segal / image_reg_stubs.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-22  |  1010 b   |  38 lines

  1. /*
  2.  * image_reg_stubs.c - Notify and event callback function stubs.
  3.  * This file was generated by `gxv' from `image_reg.G'.
  4.  */
  5.  
  6. #include <stdio.h>
  7. #include <sys/param.h>
  8. #include <sys/types.h>
  9. #include <xview/xview.h>
  10. #include <xview/panel.h>
  11. #include <xview/textsw.h>
  12. #include <xview/xv_xrect.h>
  13. #include "segal.h"
  14.  
  15.  
  16. /*
  17.  * Notify callback function for `but_close_image_reg'.
  18.  */
  19. void
  20. image_reg_pop_image_reg_but_close_image_reg_notify_callback(item, event)
  21.     Panel_item    item;
  22.     Event        *event;
  23. {
  24.     image_reg_pop_image_reg_objects *ip = (image_reg_pop_image_reg_objects *) xv_get(item, XV_KEY_DATA, INSTANCE);
  25.     
  26.     
  27.     /* gxv_start_connections DO NOT EDIT THIS SECTION */
  28.  
  29.     xv_set(Image_reg_pop_image_reg->pop_image_reg, FRAME_CMD_PUSHPIN_IN, FALSE, NULL);
  30.     xv_set(Image_reg_pop_image_reg->pop_image_reg, XV_SHOW, FALSE, NULL);
  31.     
  32.     xv_set(Image_reg_pop_ref_frame->pop_ref_frame, FRAME_CMD_PUSHPIN_IN, FALSE, NULL);
  33.     xv_set(Image_reg_pop_ref_frame->pop_ref_frame, XV_SHOW, FALSE, NULL);
  34.     
  35.     /* gxv_end_connections */
  36.  
  37. }
  38.