Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/root/TGMdi.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // @(#)root/gui:$Id$
0002 // Author: Bertrand Bellenot   20/08/2004
0003 
0004 /*************************************************************************
0005  * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers.               *
0006  * All rights reserved.                                                  *
0007  *                                                                       *
0008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
0009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
0010  *************************************************************************/
0011 
0012 /**************************************************************************
0013 
0014     This file is part of OXMdi, an extension to the xclass toolkit.
0015     Copyright (C) 1998-2002 by Harald Radke, Hector Peraza.
0016 
0017     This application is free software; you can redistribute it and/or
0018     modify it under the terms of the GNU Library General Public
0019     License as published by the Free Software Foundation; either
0020     version 2 of the License, or (at your option) any later version.
0021 
0022     This application is distributed in the hope that it will be useful,
0023     but WITHOUT ANY WARRANTY; without even the implied warranty of
0024     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0025     Library General Public License for more details.
0026 
0027     You should have received a copy of the GNU Library General Public
0028     License along with this library; if not, write to the Free
0029     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
0030 
0031 **************************************************************************/
0032 
0033 #ifndef ROOT_TGMdi
0034 #define ROOT_TGMdi
0035 
0036 #include "TGMdiMainFrame.h"
0037 #include "TGMdiMenu.h"
0038 #include "TGMdiDecorFrame.h"
0039 #include "TGMdiFrame.h"
0040 
0041 #endif