summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
Diffstat (limited to 'otk')
-rw-r--r--otk/style.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/style.hh b/otk/style.hh
index ac22559c..21f1b2e0 100644
--- a/otk/style.hh
+++ b/otk/style.hh
@@ -87,6 +87,8 @@ 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 void setImageControl(BImageControl *c) { image_control = c; }
inline void setScreenNumber(unsigned int scr) { screen_number = scr; }