summaryrefslogtreecommitdiff
path: root/otk/renderstyle.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-22 22:46:16 +0000
committerDana Jansens <danakj@orodu.net>2003-01-22 22:46:16 +0000
commit033e9843bcec8340c9e657fe0f0519f86075424b (patch)
tree6bebf966b56fac4bf36f8060abfd77119e584c60 /otk/renderstyle.hh
parent75e8fc2705d9c606a702eb7057e9e503be90618b (diff)
otk using new render shit.. supposedly
Diffstat (limited to 'otk/renderstyle.hh')
-rw-r--r--otk/renderstyle.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/otk/renderstyle.hh b/otk/renderstyle.hh
index c23d45aa..ccdf3ebf 100644
--- a/otk/renderstyle.hh
+++ b/otk/renderstyle.hh
@@ -62,6 +62,8 @@ public:
RenderStyle(int screen, const std::string &stylefile);
virtual ~RenderStyle();
+ inline int screen() const { return _screen; }
+
inline RenderColor *textFocusColor() const { return _text_color_focus; }
inline RenderColor *textUnfocusColor() const { return _text_color_unfocus; }
@@ -96,7 +98,7 @@ public:
{ return _button_unpress_unfocus; }
inline RenderTexture *buttonPressFocusBackground() const
{ return _button_press_focus; }
- inline RenderTexture *buttonPressUnfocusBackgrounf() const
+ inline RenderTexture *buttonPressUnfocusBackground() const
{ return _button_press_unfocus; }
inline RenderTexture *gripdFocusBackground() const { return _grip_focus; }