Skip to content
Snippets Groups Projects
Commit b6da5353 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

handle new TGApplication class.

git-svn-id: http://root.cern.ch/svn/root/trunk@2378 27541ba8-7e3a-0410-8455-c3a389f83636
parent 59ebc333
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ GUIH2 := TGObject.h TGScrollBar.h TGCanvas.h TGListBox.h TGComboBox.h \ ...@@ -35,7 +35,7 @@ GUIH2 := TGObject.h TGScrollBar.h TGCanvas.h TGListBox.h TGComboBox.h \
TGFSContainer.h TGFileDialog.h TGStatusBar.h TGToolTip.h \ TGFSContainer.h TGFileDialog.h TGStatusBar.h TGToolTip.h \
TGToolBar.h TGListTree.h TGText.h TGView.h TGTextView.h \ TGToolBar.h TGListTree.h TGText.h TGView.h TGTextView.h \
TGTextEdit.h TGTextEditDialogs.h TGDoubleSlider.h TGSplitter.h \ TGTextEdit.h TGTextEditDialogs.h TGDoubleSlider.h TGSplitter.h \
TGFSComboBox.h TGImageMap.h TGFSComboBox.h TGImageMap.h TGApplication.h
GUIH3 := TRootGuiFactory.h TRootApplication.h TRootCanvas.h \ GUIH3 := TRootGuiFactory.h TRootApplication.h TRootCanvas.h \
TRootBrowser.h TRootContextMenu.h TRootDialog.h \ TRootBrowser.h TRootContextMenu.h TRootDialog.h \
TRootControlBar.h TRootHelpDialog.h TRootEmbeddedCanvas.h TRootControlBar.h TRootHelpDialog.h TRootEmbeddedCanvas.h
......
/* @(#)root/gui:$Name: $:$Id: LinkDef2.h,v 1.8 2000/10/19 10:40:52 rdm Exp $ */ /* @(#)root/gui:$Name: $:$Id: LinkDef2.h,v 1.9 2000/10/22 19:28:57 rdm Exp $ */
/************************************************************************* /*************************************************************************
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
...@@ -74,5 +74,6 @@ ...@@ -74,5 +74,6 @@
#pragma link C++ class TGRegion; #pragma link C++ class TGRegion;
#pragma link C++ class TGRegionWithId; #pragma link C++ class TGRegionWithId;
#pragma link C++ class TGImageMap; #pragma link C++ class TGImageMap;
#pragma link C++ class TGApplication;
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment