Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

cpanel.h

Go to the documentation of this file.
00001 // ******************************************************************
00002 // * TITLE: cpanel.h                                                *
00003 // * AUTHOR: Steven W                                           *
00004 // * DATE: April 30, 1993                                           *
00005 // * Purpose: help file for cpanel.c                        *
00006 // ******************************************************************
00007 
00008 #ifndef _CPANEL_H
00009 #define _CPANEL_H
00010 
00011 
00012 #include "display.h"
00013 
00014 const int CPanelXDim = 200;
00015 const int CPanelYDim = 75;
00016 
00017 const Num_Buttons_In_CPanel = 4;
00018 
00019 
00020 class CPanelWindow : public Window
00021 {
00022 public:
00023   CPanelWindow();
00024   void Init (Display *d, int x, int y);
00025   Message Dispatch (Message& m);
00026 };
00027 
00028 
00029 #endif

Generated on Sun Jul 6 23:07:15 2003 for Scotland Yard by doxygen1.2.15