]>
Dogcows Code - chaz/openbox/blob - otk/focuslabel.hh
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
5 #include "focuswidget.hh"
10 class FocusLabel
: public FocusWidget
{
14 FocusLabel(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.033531 seconds and 4 git commands to generate.