From 5fdd493d0d2255f134114e69f028371366f4dfd3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 27 Dec 2002 10:07:57 +0000 Subject: buttons have their pixmaps! --- otk/style.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'otk/style.hh') 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; } -- cgit v1.2.3