11 #ifndef KWIN_GEOMETRY_TIP_H
12 #define KWIN_GEOMETRY_TIP_H
17 namespace KWinInternal
20 class GeometryTip:
public TQLabel
24 GeometryTip(
const XSizeHints* xSizeHints,
bool save_under );
26 void setGeometry(
const TQRect& geom );
29 const XSizeHints* sizeHints;