aboutsummaryrefslogtreecommitdiff
path: root/src/FocusableTheme.hh
AgeCommit message (Collapse)AuthorFilesLines
2011-05-10Remove all trace of Observers and SubjectsPavel Labath1-1/+1
this marks the completion of the transition to FbTk::Signal
2011-05-10Convert Focusable::attentionSig to FbTk::SignalPavel Labath1-7/+3
2011-05-10Last round of simplification of Signal/Slot classesPavel Labath1-5/+5
- merged all the common stuff from 0,1,2,3 argument versions into one common base class - removed ReturnType template parameter as it was instantiated with "void" everywhere and the current ignores the return value of the callbacks anyway
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath1-8/+10
I removed the const versions of reconfigSig() in the process since FbTk::Signal has no const methods anyway.
2010-03-18Changed Focusable::focusSig() to new signal system.Henrik Kinnunen1-1/+5
The focus signal emits the window that had the focus status changed.
2008-01-07added new ThemeProxy for automatically handling focused vs. unfocused ThemeItemsMark Tiefenbruck1-0/+71