From 40dd63200d6a611ba11a8315f3e58d39da0c4da2 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 2 Jan 2004 13:05:19 +0000 Subject: no need for theme change signal here since its already in FbTk Theme --- src/FbWinFrameTheme.hh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/FbWinFrameTheme.hh b/src/FbWinFrameTheme.hh index bc567f8..338251b 100644 --- a/src/FbWinFrameTheme.hh +++ b/src/FbWinFrameTheme.hh @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbWinFrameTheme.hh,v 1.13 2003/12/09 08:48:08 rathnor Exp $ +// $Id: FbWinFrameTheme.hh,v 1.14 2004/01/02 13:05:19 fluxgen Exp $ #ifndef FBWINFRAMETHEME_HH #define FBWINFRAMETHEME_HH @@ -46,7 +46,7 @@ public: const FbTk::Texture &labelFocusTexture() const { return *m_label_focus; } const FbTk::Texture &labelUnfocusTexture() const { return *m_label_unfocus; } const FbTk::Texture &labelActiveTexture() const { return *m_label_active; } - + const FbTk::ThemeItem &label() const { return m_label_unfocus; } const FbTk::Texture &titleFocusTexture() const { return *m_title_focus; } const FbTk::Texture &titleUnfocusTexture() const { return *m_title_unfocus; } @@ -88,9 +88,6 @@ public: bool fallback(FbTk::ThemeItem_base &item); void reconfigTheme(); - void addListener(FbTk::Observer &obs) { m_theme_change.attach(&obs); } - void removeListener(FbTk::Observer &obs) { m_theme_change.detach(&obs); } - inline Cursor moveCursor() const { return m_cursor_move; } inline Cursor lowerLeftAngleCursor() const { return m_cursor_lower_left_angle; } inline Cursor lowerRightAngleCursor() const { return m_cursor_lower_right_angle; } @@ -126,8 +123,6 @@ private: FbTk::GContext m_label_text_focus_gc, m_label_text_unfocus_gc, m_label_text_active_gc; FbTk::GContext m_button_pic_focus_gc, m_button_pic_unfocus_gc; - FbTk::Subject m_theme_change; - Cursor m_cursor_move; Cursor m_cursor_lower_left_angle; Cursor m_cursor_lower_right_angle; -- cgit v0.11.2