]> Dogcows Code - chaz/openbox/blobdiff - otk/style.hh
add the otk::Point type
[chaz/openbox] / otk / style.hh
index 21f1b2e00e2ae3008d9e783b53b27eb470d9e0d4..d80c6ab9f5aea87c46a2571fb057a3b2e113fdc0 100644 (file)
@@ -87,7 +87,12 @@ 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 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.023522 seconds and 4 git commands to generate.