diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-27 10:07:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-27 10:07:57 +0000 |
| commit | 5fdd493d0d2255f134114e69f028371366f4dfd3 (patch) | |
| tree | 661a83f7b9369d95d29ed2bb88e4ce6d621a36d0 /otk/style.hh | |
| parent | 8bae1352cb401b71575106051a35a9535db1a7cd (diff) | |
buttons have their pixmaps!
Diffstat (limited to 'otk/style.hh')
| -rw-r--r-- | otk/style.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/otk/style.hh b/otk/style.hh index d3b5903e..2944339d 100644 --- a/otk/style.hh +++ b/otk/style.hh @@ -84,6 +84,11 @@ public: void load(const Configuration &style); + inline PixmapMask *getCloseButtonMask(void) { return &close_button; } + inline PixmapMask *getMaximizeButtonMask(void) { return &max_button; } + inline PixmapMask *getIconifyButtonMask(void) { return &icon_button; } + inline PixmapMask *getStickyButtonMask(void) { return &stick_button; } + inline BColor *getTextFocus(void) { return &l_text_focus; } inline BColor *getTextUnfocus(void) { return &l_text_unfocus; } |
