From f424471009859c23309428e38002c29f4e4d2bc5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 10 Nov 2002 08:12:53 +0000 Subject: frames' subemelents are created and positioned and everything --- otk/style.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk') 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; } -- cgit v1.2.3