aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
authorakir <akir>2004-10-10 16:11:25 (GMT)
committerakir <akir>2004-10-10 16:11:25 (GMT)
commitdf9ddbbae8a6f535b8c0c4b0d2756a5a99622995 (patch)
tree07d89d1b06a963e661b1671b8816db2ade8c6d67 /src/IconbarTool.hh
parentd30e16f159efa7bde19dd01e560794b43dea6620 (diff)
downloadfluxbox-df9ddbbae8a6f535b8c0c4b0d2756a5a99622995.zip
fluxbox-df9ddbbae8a6f535b8c0c4b0d2756a5a99622995.tar.bz2
added iconbar.iconTextPadding
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index e9036e7..af1ba37 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: IconbarTool.hh,v 1.16 2004/09/12 14:56:18 rathnor Exp $ 23// $Id: IconbarTool.hh,v 1.17 2004/10/10 16:11:25 akir Exp $
24 24
25#ifndef ICONBARTOOL_HH 25#ifndef ICONBARTOOL_HH
26#define ICONBARTOOL_HH 26#define ICONBARTOOL_HH
@@ -119,6 +119,7 @@ private:
119 FbTk::Resource<Mode> m_rc_mode; 119 FbTk::Resource<Mode> m_rc_mode;
120 FbTk::Resource<Container::Alignment> m_rc_alignment; ///< alignment of buttons 120 FbTk::Resource<Container::Alignment> m_rc_alignment; ///< alignment of buttons
121 FbTk::Resource<int> m_rc_client_width; ///< size of client button in LEFT/RIGHT mode 121 FbTk::Resource<int> m_rc_client_width; ///< size of client button in LEFT/RIGHT mode
122 FbTk::Resource<unsigned int> m_rc_client_padding; ///< padding of the text
122 FbTk::Resource<bool> m_rc_use_pixmap; ///< if iconbar should use win pixmap or not 123 FbTk::Resource<bool> m_rc_use_pixmap; ///< if iconbar should use win pixmap or not
123 FbTk::Timer m_focus_timer; ///< so we can update current window without flicker while changing attached clients 124 FbTk::Timer m_focus_timer; ///< so we can update current window without flicker while changing attached clients
124 FbMenu m_menu; 125 FbMenu m_menu;