From 44a39f520ddc0f9d42e43f545a968cdd5c578687 Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Mon, 17 Dec 2007 08:59:53 +0000 Subject: [PATCH] From Bertrand: - Added missing class header docs. git-svn-id: http://root.cern.ch/svn/root/trunk@21395 27541ba8-7e3a-0410-8455-c3a389f83636 --- guihtml/src/TGHtml.cxx | 6 ++++++ guihtml/src/TGHtmlBrowser.cxx | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/guihtml/src/TGHtml.cxx b/guihtml/src/TGHtml.cxx index 24ef58abcbe..5dea1bfcba8 100755 --- a/guihtml/src/TGHtml.cxx +++ b/guihtml/src/TGHtml.cxx @@ -42,6 +42,12 @@ #include "TImage.h" #include "TGScrollBar.h" +//_____________________________________________________________________________ +// +// TGHtml +// +// The ROOT HTML widget. A derivate of TGView. +//_____________________________________________________________________________ ClassImp(TGHtml) diff --git a/guihtml/src/TGHtmlBrowser.cxx b/guihtml/src/TGHtmlBrowser.cxx index ebce552707e..2da39b1343e 100644 --- a/guihtml/src/TGHtmlBrowser.cxx +++ b/guihtml/src/TGHtmlBrowser.cxx @@ -33,6 +33,15 @@ #include "TWin32SplashThread.h" #endif +//_____________________________________________________________________________ +// +// TGHtmlBrowser +// +// A very simple HTML browser. +//_____________________________________________________________________________ + +ClassImp(TGHtmlBrowser) + enum EMyMessageTypes { M_FILE_OPEN, M_FILE_BROWSE, -- GitLab