// @(#)root/gui:$Id$
// Author: Fons Rademakers   05/01/98

/*************************************************************************
 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/
/**************************************************************************

    This source is based on Xclass95, a Win95-looking GUI toolkit.
    Copyright (C) 1996, 1997 David Barth, Ricky Ralston, Hector Peraza.

    Xclass95 is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License as published by the Free Software Foundation; either
    version 2 of the License, or (at your option) any later version.

**************************************************************************/

//////////////////////////////////////////////////////////////////////////
//                                                                      //
// TGWidget                                                             //
//                                                                      //
// The widget base class. It is light weight (all inline service        //
// methods) and is typically used as mixin class (via multiple          //
// inheritance), see for example TGButton.                              //
//                                                                      //
//////////////////////////////////////////////////////////////////////////

#include "TGWidget.h"

ClassImp(TGWidget)
 TGWidget.cxx:1
 TGWidget.cxx:2
 TGWidget.cxx:3
 TGWidget.cxx:4
 TGWidget.cxx:5
 TGWidget.cxx:6
 TGWidget.cxx:7
 TGWidget.cxx:8
 TGWidget.cxx:9
 TGWidget.cxx:10
 TGWidget.cxx:11
 TGWidget.cxx:12
 TGWidget.cxx:13
 TGWidget.cxx:14
 TGWidget.cxx:15
 TGWidget.cxx:16
 TGWidget.cxx:17
 TGWidget.cxx:18
 TGWidget.cxx:19
 TGWidget.cxx:20
 TGWidget.cxx:21
 TGWidget.cxx:22
 TGWidget.cxx:23
 TGWidget.cxx:24
 TGWidget.cxx:25
 TGWidget.cxx:26
 TGWidget.cxx:27
 TGWidget.cxx:28
 TGWidget.cxx:29
 TGWidget.cxx:30
 TGWidget.cxx:31
 TGWidget.cxx:32
 TGWidget.cxx:33
 TGWidget.cxx:34
 TGWidget.cxx:35