// blackboxstyle.hh for bbsload - an tool to display the average load. // // this program is free software; you can redistribute it and/or modify // it under the terms of the gnu general public license as published by // the free software foundation; either version 2 of the license, or // (at your option) any later version. // // this program is distributed in the hope that it will be useful, // but without any warranty; without even the implied warranty of // merchantability or fitness for a particular purpose. see the // gnu general public license for more details. // // you should have received a copy of the gnu general public license // along with this program; if not, write to the free software // foundation, inc., 675 mass ave, cambridge, ma 02139, usa. // // (see the included file copying / gpl-2.0) // #ifndef __BLACKBOXSTYLE_HH #define __BLACKBOXSTYLE_HH /* .frame */ #define BB_FRAME "toolbar" /* .label */ #define BB_LABEL "toolbar.label" /* .frame.color */ #define BB_FRAME_COLOR "toolbar.color" /* .frame.colorTo */ #define BB_FRAME_COLORTO "toolbar.colorTo" /* .label.color */ #define BB_LABEL_COLOR "toolbar.label.color" /* .label.colorTo */ #define BB_LABEL_COLORTO "toolbar.label.colorTo" /* .*.counter.textColor */ #define BB_LABEL_TEXTCOLOR "toolbar.textColor" /* .bevelWidth */ #define BB_BEVELWIDTH "bevelWidth" /* .*.font */ #define BB_FONT "titleFont" /* .loadbar.active */ #define BB_BUTTON_PRESSED "toolbar.button.pressed" /* .loadbar.inactive */ #define BB_BUTTON "toolbar.button" #endif /* __BLACKBOXSTYLE_HH */