00001 // @(#)root/gui:$Id: TGMdi.h 23115 2008-04-10 13:35:37Z rdm $ 00002 // Author: Bertrand Bellenot 20/08/2004 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 /************************************************************************** 00013 00014 This file is part of OXMdi, an extension to the xclass toolkit. 00015 Copyright (C) 1998-2002 by Harald Radke, Hector Peraza. 00016 00017 This application is free software; you can redistribute it and/or 00018 modify it under the terms of the GNU Library General Public 00019 License as published by the Free Software Foundation; either 00020 version 2 of the License, or (at your option) any later version. 00021 00022 This application is distributed in the hope that it will be useful, 00023 but WITHOUT ANY WARRANTY; without even the implied warranty of 00024 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00025 Library General Public License for more details. 00026 00027 You should have received a copy of the GNU Library General Public 00028 License along with this library; if not, write to the Free 00029 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00030 00031 **************************************************************************/ 00032 00033 #ifndef ROOT_TGMdi 00034 #define ROOT_TGMdi 00035 00036 #ifndef ROOT_TGMdiMainFrame 00037 #include "TGMdiMainFrame.h" 00038 #endif 00039 #ifndef ROOT_TGMdiMenu 00040 #include "TGMdiMenu.h" 00041 #endif 00042 #ifndef ROOT_TGMdiDecorFrame 00043 #include "TGMdiDecorFrame.h" 00044 #endif 00045 #ifndef ROOT_TGMdiFrame 00046 #include "TGMdiFrame.h" 00047 #endif 00048 00049 #endif