]>
Dogcows Code - chaz/openbox/blob - otk/label.hh
9 class OtkLabel
: public OtkWidget
{
13 OtkLabel(OtkWidget
*parent
);
16 inline const std::string
&getText(void) const { return _text
; }
17 void setText(const std::string
&text
) { _text
= text
; _dirty
= true; }
21 virtual void setStyle(Style
*style
);
24 //! Object used by Xft to render to the drawable
26 //! Text displayed in the label
This page took 0.033083 seconds and 4 git commands to generate.