home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / ViewKit_dev.idb / usr / share / src / ViewKit / Utilities / AlignTest / AlignmentTestUI.h.z / AlignmentTestUI.h
Encoding:
C/C++ Source or Header  |  1996-09-20  |  2.2 KB  |  63 lines

  1. ////////////////////////////////////////////////////////////////////////////////
  2. ///////   Copyright 1992, Silicon Graphics, Inc.  All Rights Reserved.   ///////
  3. //                                                                            //
  4. // This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;     //
  5. // the contents of this file may not be disclosed to third parties, copied    //
  6. // or duplicated in any form, in whole or in part, without the prior written  //
  7. // permission of Silicon Graphics, Inc.                                       //
  8. //                                                                            //
  9. // RESTRICTED RIGHTS LEGEND:                                                  //
  10. // Use,duplication or disclosure by the Government is subject to restrictions //
  11. // as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data     //
  12. // and Computer Software clause at DFARS 252.227-7013, and/or in similar or   //
  13. // successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -    //
  14. // rights reserved under the Copyright Laws of the United States.             //
  15. //                                                                            //
  16. ////////////////////////////////////////////////////////////////////////////////
  17. //////////////////////////////////////////////////////////////
  18. //
  19. // Header file for AlignmentTestUI
  20. //
  21. //////////////////////////////////////////////////////////////
  22. #ifndef _AlignmentTestUI_H
  23. #define _AlignmentTestUI_H
  24. #include <Vk/VkComponent.h>
  25.  
  26.  
  27. class AlignmentTestUI : public VkComponent
  28.  
  29.   private: 
  30.  
  31.     // Array that describes interactions with Xt resource manager
  32.  
  33.     static String      _defaultAlignmentTestUIResources[];
  34.  
  35.  
  36.   protected: 
  37.  
  38.     // Widgets created by this class
  39.  
  40.     Widget  _a;
  41.     Widget  _aa;
  42.     Widget  _alalalalalalalalalala;
  43.     Widget  _bulletinBoard;
  44.     Widget  _long;
  45.     Widget  _longer;
  46.     Widget  _pushButton;
  47.     Widget  _pushButton1;
  48.     Widget  _pushButton2;
  49.     Widget  _pushButton3;
  50.     Widget  _qwerty;
  51.     Widget  _short;
  52.     Widget  _veryverylong;
  53.  
  54.   public:
  55.  
  56.     AlignmentTestUI(const char *, Widget);
  57.     ~AlignmentTestUI();
  58.     const char* className();
  59. };
  60. #endif
  61.  
  62.