diff options
Diffstat (limited to 'otk')
| -rw-r--r-- | otk/style.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |
