00001 //--------------------------------------------------------------------------- 00002 /// \file CATWidget.cpp 00003 /// \brief GUI Widget object - parent class for all CATGuiObject's below 00004 /// CATWindow 00005 /// \ingroup CATGUI 00006 /// 00007 /// Copyright (c) 2004-2008 by Michael Ellison. 00008 /// See COPYING.txt for the \ref gaslicense License (MIT License). 00009 /// 00010 // $Author: mikeellison $ 00011 // $Date: 2008-01-23 01:43:25 -0600 (Wed, 23 Jan 2008) $ 00012 // $Revision: $ 00013 // $NoKeywords: $ 00014 // 00015 //--------------------------------------------------------------------------- 00016 #include "CATWidget.h" 00017