]>
Dogcows Code - chaz/openbox/blob - focuslabel.hh
b3db60747063f3c4712d2d8d668d1d90480a6d0e
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
5 #include "focuswidget.hh"
7 #include "userstring.hh"
11 class FocusLabel
: public FocusWidget
{
15 FocusLabel(Widget
*parent
);
18 inline const userstring
&getText(void) const { return _text
; }
19 void setText(const userstring
&text
) { _text
= text
; _dirty
= true; }
23 virtual void setStyle(Style
*style
);
26 //! Object used by Xft to render to the drawable
28 //! Text displayed in the label
This page took 0.045688 seconds and 3 git commands to generate.