]>
Dogcows Code - chaz/openbox/blob - label.hh
94ebe0b3bcad15b49bf432079cb6062f0d0f9d10
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
7 #include "userstring.hh"
11 class Label
: public Widget
{
15 Label(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.036376 seconds and 3 git commands to generate.