From 3762f3c88f4d84697df37c0a3bdc733e7bee6e45 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 10 Nov 2002 09:44:27 +0000 Subject: pretty sure all frame elements are placed correctly now --- otk/style.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk') diff --git a/otk/style.hh b/otk/style.hh index 21f1b2e0..77993a8e 100644 --- a/otk/style.hh +++ b/otk/style.hh @@ -89,6 +89,8 @@ public: inline const BFont *getFont() const { return font; } + inline const BColor &getBorderColor() const { return border_color; } + inline void setImageControl(BImageControl *c) { image_control = c; } inline void setScreenNumber(unsigned int scr) { screen_number = scr; } -- cgit v1.2.3