diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-10 09:44:27 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-10 09:44:27 +0000 |
| commit | 3762f3c88f4d84697df37c0a3bdc733e7bee6e45 (patch) | |
| tree | 793701aca1ab7bb02824eb02246dcc2a9b4bab84 /otk | |
| parent | 6e2593cadc9a755d0e08facb7df0459a786e692b (diff) | |
pretty sure all frame elements are placed correctly now
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; } |
