home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / g / gina15.zip / sample / ib-test.h < prev    next >
C/C++ Source or Header  |  1992-02-27  |  551b  |  25 lines

  1. /* !!! Do not edit !!! */
  2. /* This code was generated by the GINA Interface Builder. */
  3.  
  4. #ifndef _GnDemoDocumentShell_H_
  5. #define _GnDemoDocumentShell_H_
  6.  
  7. class GnDemoDocumentShell : public GnDocumentShell {
  8.   public:
  9.     GnDemoDocumentShell (GnDocument *doc, int width, int height);
  10.  
  11.     GnForm   form_0;
  12.     GnPushButton   push_button_0;
  13.     GnOptionGroup   option_menu_0;
  14.     GnToggleGroup   toggle_button_group_0;
  15.  
  16.   protected:
  17.     GnDocument    *document;
  18.  
  19.     virtual void before_create (GnWidget *);
  20.     virtual void after_create ();
  21. };
  22.  
  23. #endif
  24.  
  25.