summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-10 08:12:53 +0000
committerDana Jansens <danakj@orodu.net>2002-11-10 08:12:53 +0000
commitf424471009859c23309428e38002c29f4e4d2bc5 (patch)
treea82c717683443eee08c042fb0b6294cd066160cb /otk
parent633df648c9d04c6225fba3004c93e497301293bd (diff)
frames' subemelents are created and positioned and everything
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; }