aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-11 15:29:02 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 09:57:21 (GMT)
commit24cdaecc1f32b29b29602c7b03d7a6202e3d87c2 (patch)
tree5a6fc2d2a079edadc9b7503fbbab8e59847244ab /src/IconButton.hh
parentec8876890c0e03c5775906c8095db3b6f76cbdce (diff)
downloadfluxbox_paul-24cdaecc1f32b29b29602c7b03d7a6202e3d87c2.zip
fluxbox_paul-24cdaecc1f32b29b29602c7b03d7a6202e3d87c2.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.hh2
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
67protected: 69protected:
68 void drawText(int x, int y, FbTk::FbDrawable *drawable_override); 70 void drawText(int x, int y, FbTk::FbDrawable *drawable_override);
69private: 71private: