CMS 3D CMS Logo

CmsShowHelpPopup.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 #ifndef Fireworks_Core_CmsShowHelpPopup_h
3 #define Fireworks_Core_CmsShowHelpPopup_h
4 //
5 // Package: Core
6 // Class : CmsShowHelpPopup
7 //
16 //
17 // Original Author:
18 // Created: Fri Jun 27 11:23:31 EDT 2008
19 //
20 
21 // system include files
22 #include "GuiTypes.h"
23 #include "TGFrame.h"
24 #include <string>
25 
26 // forward declarations
27 class TGHtml;
28 
29 class CmsShowHelpPopup : public TGTransientFrame {
30 public:
32  const std::string &windowname, const TGWindow* p = 0,
33  UInt_t w = 1, UInt_t h = 1);
34  virtual ~CmsShowHelpPopup();
35  virtual void CloseWindow() { UnmapWindow(); }
36 
37 
38 protected:
39  TGHtml *m_helpHtml;
40 };
41 
42 
43 #endif
const double w
Definition: UKUtility.cc:23
CmsShowHelpPopup(const std::string &filename, const std::string &windowname, const TGWindow *p=0, UInt_t w=1, UInt_t h=1)
virtual void CloseWindow()
virtual ~CmsShowHelpPopup()