diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-11 15:29:02 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2013-02-17 09:50:17 (GMT) |
commit | 33ee29f5d4fcc59fc9991c7127674d9cf51ff4fc (patch) | |
tree | a43fe324751ecbdb4b7ca0e045079a38c6393b67 /src/IconButton.hh | |
parent | 4af85aa91b3eba033c649c88159d93d73a24fc07 (diff) | |
download | fluxbox_pavel-33ee29f5d4fcc59fc9991c7127674d9cf51ff4fc.zip fluxbox_pavel-33ee29f5d4fcc59fc9991c7127674d9cf51ff4fc.tar.bz2 |
Attach a modifiedSig handler to the session.tabPadding resource
ps: this is a bonus, without this one needed to completely restart fluxbox for the updates to
tabPadding to take effect.
Diffstat (limited to 'src/IconButton.hh')
-rw-r--r-- | src/IconButton.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IconButton.hh b/src/IconButton.hh index 36781d1..4f1587b 100644 --- a/src/IconButton.hh +++ b/src/IconButton.hh | |||
@@ -64,6 +64,8 @@ public: | |||
64 | 64 | ||
65 | bool setOrientation(FbTk::Orientation orient); | 65 | bool setOrientation(FbTk::Orientation orient); |
66 | 66 | ||
67 | FbTk::SignalTracker &signalTracker() { return m_signals; } | ||
68 | |||
67 | protected: | 69 | protected: |
68 | void drawText(int x, int y, FbTk::FbDrawable *drawable_override); | 70 | void drawText(int x, int y, FbTk::FbDrawable *drawable_override); |
69 | private: | 71 | private: |