Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

awsdefs.h

00001 #ifndef __AWS_DEFINITIONS__
00002 #define __AWS_DEFINITIONS__
00003 /**************************************************************************
00004     Copyright (C) 2001 by Christopher Nelson
00005 
00006     This library is free software; you can redistribute it and/or
00007     modify it under the terms of the GNU Library General Public
00008     License as published by the Free Software Foundation; either
00009     version 2 of the License, or (at your option) any later version.
00010 
00011     This library is distributed in the hope that it will be useful,
00012     but WITHOUT ANY WARRANTY; without even the implied warranty of
00013     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00014     Library General Public License for more details.
00015 
00016     You should have received a copy of the GNU Library General Public
00017     License along with this library; if not, write to the Free
00018     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00019 *****************************************************************************/
00020 
00021 
00022 const unsigned int AWSF_CMP_DEAF        = 32; // set if  component should not receive events
00023 const unsigned int AWSF_CMP_INVISIBLE   = 16; // set by window manager when a component gets too small during resize
00024 const unsigned int AWSF_CMP_HIDDEN      = 8;  // set if component is hidden
00025 const unsigned int AWSF_CMP_TRANSPARENT = 2;  // set if component is transparent
00026 const unsigned int AWSF_CMP_ALWAYSERASE = 4;  // set if component always needs erased by parent first
00027 
00028 const unsigned int AWS_TRANSITION_SLIDE_IN_LEFT  = 0;  
00029 const unsigned int AWS_TRANSITION_SLIDE_IN_RIGHT = 1;  
00030 const unsigned int AWS_TRANSITION_SLIDE_IN_UP    = 2;  
00031 const unsigned int AWS_TRANSITION_SLIDE_IN_DOWN  = 3;  
00032 
00033 const unsigned int AWS_TRANSITION_SLIDE_OUT_LEFT  = 4;  
00034 const unsigned int AWS_TRANSITION_SLIDE_OUT_RIGHT = 5;  
00035 const unsigned int AWS_TRANSITION_SLIDE_OUT_UP    = 6;  
00036 const unsigned int AWS_TRANSITION_SLIDE_OUT_DOWN  = 7;  
00037 
00038 const unsigned int AWS_TRANSITION_SLIDE_LEFT  = 8;  
00039 const unsigned int AWS_TRANSITION_SLIDE_RIGHT = 9;  
00040 const unsigned int AWS_TRANSITION_SLIDE_UP    = 10;  
00041 const unsigned int AWS_TRANSITION_SLIDE_DOWN  = 11;  
00042 
00043 
00044 #endif

Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000