]>
Dogcows Code - chaz/openbox/blob - otk/focuslabel.hh
4 #include "focuswidget.hh"
9 class OtkFocusLabel
: public OtkFocusWidget
{
13 OtkFocusLabel(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(otk::Style
*style
);
24 //! Object used by Xft to render to the drawable
26 //! Text displayed in the label
This page took 0.03482 seconds and 4 git commands to generate.