• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • twin
 

twin

  • twin
geometrytip.h
1 /*****************************************************************
2  KWin - the KDE window manager
3  This file is part of the KDE project.
4 
5 Copyright (c) 2003, Karol Szwed <kszwed@kde.org>
6 
7 You can Freely distribute this program under the GNU General Public
8 License. See the file "COPYING" for the exact licensing terms.
9 ******************************************************************/
10 
11 #ifndef KWIN_GEOMETRY_TIP_H
12 #define KWIN_GEOMETRY_TIP_H
13 
14 #include <tqlabel.h>
15 #include "client.h"
16 
17 namespace KWinInternal
18 {
19 
20 class GeometryTip: public TQLabel
21  {
22  Q_OBJECT
23  public:
24  GeometryTip( const XSizeHints* xSizeHints, bool save_under );
25  ~GeometryTip();
26  void setGeometry( const TQRect& geom );
27 
28  private:
29  const XSizeHints* sizeHints;
30  };
31 
32 } // namespace
33 
34 #endif

twin

Skip menu "twin"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members

twin

Skip menu "twin"
  • kate
  • libkonq
  • twin
  •   lib
Generated for twin by doxygen 1.8.1.2
This website is maintained by Timothy Pearson.