]>
Dogcows Code - chaz/openbox/blob - otk/label.hh
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
10 class Label
: public Widget
{
14 Label(Widget
*parent
);
17 inline const ustring
&getText(void) const { return _text
; }
18 void setText(const ustring
&text
) { _text
= text
; _dirty
= true; }
22 virtual void setStyle(Style
*style
);
25 //! Object used by Xft to render to the drawable
27 //! Text displayed in the label
This page took 0.032363 seconds and 4 git commands to generate.