aboutsummaryrefslogtreecommitdiff
path: root/src/ToolbarTheme.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-24 16:26:56 (GMT)
committerfluxgen <fluxgen>2003-06-24 16:26:56 (GMT)
commit11a0b784b3c3143675ba6b666c57682f4f688e15 (patch)
tree33574e5eaf2411c512661f20d61d46dcd026b483 /src/ToolbarTheme.cc
parent976f78576bb17a45719b5c657f695361c6991ddd (diff)
downloadfluxbox-11a0b784b3c3143675ba6b666c57682f4f688e15.zip
fluxbox-11a0b784b3c3143675ba6b666c57682f4f688e15.tar.bz2
added bevel, border width and color
Diffstat (limited to 'src/ToolbarTheme.cc')
-rw-r--r--src/ToolbarTheme.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ToolbarTheme.cc b/src/ToolbarTheme.cc
index 374a596..61df3d4 100644
--- a/src/ToolbarTheme.cc
+++ b/src/ToolbarTheme.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: ToolbarTheme.cc,v 1.2 2003/02/15 01:59:00 fluxgen Exp $ 22// $Id: ToolbarTheme.cc,v 1.3 2003/06/24 16:26:56 fluxgen Exp $
23 23
24#include "ToolbarTheme.hh" 24#include "ToolbarTheme.hh"
25 25
@@ -38,6 +38,8 @@ ToolbarTheme::ToolbarTheme(int screen_num):
38 "toolbar.clock.textColor", "Toolbar.Clock.TextColor"), 38 "toolbar.clock.textColor", "Toolbar.Clock.TextColor"),
39 m_button_color(*this, 39 m_button_color(*this,
40 "toolbar.button.picColor", "Toolbar.Button.PicColor"), 40 "toolbar.button.picColor", "Toolbar.Button.PicColor"),
41 m_border_color(*this,
42 "toolbar.borderColor", "toolbar.borderColor"),
41 m_toolbar(*this, "toolbar", "Toolbar"), 43 m_toolbar(*this, "toolbar", "Toolbar"),
42 m_label(*this, "toolbar.label", "Toolbar.Label"), 44 m_label(*this, "toolbar.label", "Toolbar.Label"),
43 m_window(*this, "toolbar.windowLabel", "Toolbar.WindowLabel"), 45 m_window(*this, "toolbar.windowLabel", "Toolbar.WindowLabel"),
@@ -47,6 +49,8 @@ ToolbarTheme::ToolbarTheme(int screen_num):
47 m_clock(*this, "toolbar.clock", "Toolbar.Clock"), 49 m_clock(*this, "toolbar.clock", "Toolbar.Clock"),
48 m_font(*this, "toolbar.font", "Toolbar.Font"), 50 m_font(*this, "toolbar.font", "Toolbar.Font"),
49 m_justify(*this, "toolbar.justify", "Toolbar.Justify"), 51 m_justify(*this, "toolbar.justify", "Toolbar.Justify"),
52 m_border_width(*this, "toolbar.borderWidth", "Toolbar.BorderWidth"),
53 m_bevel_width(*this, "toolbar.bevelWidth", "Toolbar.BevelWidth"),
50 m_display(FbTk::App::instance()->display()){ 54 m_display(FbTk::App::instance()->display()){
51 55
52 Window rootwindow = RootWindow(m_display, screen_num); 56 Window rootwindow = RootWindow(m_display, screen_num);