]> Dogcows Code - chaz/openbox/blobdiff - otk/style.hh
include the point header
[chaz/openbox] / otk / style.hh
index ac22559c07d0a678acf2afb67805d33e87fb9754..d80c6ab9f5aea87c46a2571fb057a3b2e113fdc0 100644 (file)
@@ -87,6 +87,13 @@ public:
   inline unsigned int getFrameWidth(void) const { return frame_width; }
   inline unsigned int getBorderWidth(void) const { return border_width; }
 
+  inline const BFont &getFont() const { return *font; }
+
+  inline const BColor &getBorderColor() const { return border_color; }
+
+  inline const BTexture &getFrameFocus() const { return f_focus; }
+  inline const BTexture &getFrameUnfocus() const { return f_unfocus; }
+
   inline void setImageControl(BImageControl *c) { image_control = c; }
   inline void setScreenNumber(unsigned int scr) { screen_number = scr; }
 
This page took 0.022185 seconds and 4 git commands to generate.