aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.hh
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-08-04 13:20:35 (GMT)
committerThomas Lübking <thomas.luebking@gmail.com>2016-08-06 15:09:30 (GMT)
commitcc80230bd85dbaf1036b4cf37259d3146229fb00 (patch)
treee990270246cf1b07bf5eb6c6ba1ebcd71c9dd8b9 /src/IconButton.hh
parent59d9b0703ba8efb24893528f2eb9c84aaa8f5f83 (diff)
downloadfluxbox-cc80230bd85dbaf1036b4cf37259d3146229fb00.zip
fluxbox-cc80230bd85dbaf1036b4cf37259d3146229fb00.tar.bz2
expose a preferredWidth of *Button's
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 876cfe2..d3cb3d8 100644
--- a/src/IconButton.hh
+++ b/src/IconButton.hh
@@ -65,6 +65,8 @@ public:
65 65
66 bool setOrientation(FbTk::Orientation orient); 66 bool setOrientation(FbTk::Orientation orient);
67 67
68 virtual unsigned int preferredWidth() const;
69
68 const FbTk::Signal<> &titleChanged() { return m_title_changed; } 70 const FbTk::Signal<> &titleChanged() { return m_title_changed; }
69 71
70protected: 72protected: