// blackboxstyle.hh for fluxter - a pager for Blackbox. // workspaces. // // Copyright (c) 2002 Steve Cooper, stevencooper@isomedia.com // Copyright (c) 1998-2000 by John Kennis, jkennis@chello.nl // // 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 /* fluxter.frame */ #define BB_FRAME "toolbar" /* fluxter.desktop */ #define BB_LABEL "toolbar.label" /* fluxter.bevelWidth */ #define BB_BEVELWIDTH "bevelWidth" /* fluxter.window */ #define BB_BUTTON "toolbar.button" /* fluxter.focused.window */ #define BB_WINDOW_FOCUS "window.label.focus" /* fluxter.focused.window */ #define BB_WINDOW_UNFOCUS "window.label.unfocus" /* fluxter.menu */ #define BB_MENU "menu.frame" #endif /* __BLACKBOXSTYLE_HH */