]>
Dogcows Code - chaz/openbox/blob - otk/button.hh
8 class OtkButton
: public OtkWidget
{
12 OtkButton(OtkWidget
*parent
);
15 inline const std::string
&getText(void) const { return _text
; }
16 void setText(const std::string
&text
);
18 //inline const OtkPixmap &getPixmap(void) const { return _pixmap; }
19 //void setPixmap(const OtkPixmap &pixmap);
21 inline bool isPressed(void) const { return _pressed
; }
30 BTexture
*_unfocus_tx
;
This page took 0.035534 seconds and 5 git commands to generate.