00001 //-------------------------------------------------------------------- 00002 // 00003 // File: TxqZoom.h 00004 // 00005 // Purpose: #defines needed for zooming 00006 // 00007 // Version: $Id: TxqZoom.h,v 1.1 2001/10/08 20:23:01 kgl Exp $ 00008 // 00009 // Author: Kelly G. Luetkemeyer 00010 // 00011 // Copyright (c) 2000 by Tech-X Corporation. All rights reserved. 00012 //--------------------------------------------------------------------------- 00013 00014 #ifndef TXQ_ZOOM_H 00015 #define TXQ_ZOOM_H 00016 00017 #ifndef ZOOM_NONE 00018 #define ZOOM_NONE 0 00019 #endif 00020 00021 #ifndef ZOOM_IN 00022 #define ZOOM_IN 1 00023 #endif 00024 00025 #ifndef ZOOM_OUT 00026 #define ZOOM_OUT 2 00027 #endif 00028 00029 #endif
Copyright Tech-X Corporation, all rights reserved.