1 // wmstyle.hh for fluxter - a pager for fluxbox workspaces. 2 // 3 // Copyright (c) 2008 Mark Willson, mark@hydrus.org.uk 4 // Copyright (c) 2002 Steve Cooper, stevencooper@isomedia.com 5 // Copyright (c) 1998-2000 by John Kennis, jkennis@chello.nl 6 // 7 // this program is free software; you can redistribute it and/or modify 8 // it under the terms of the gnu general public license as published by 9 // the free software foundation; either version 2 of the license, or 10 // (at your option) any later version. 11 // 12 // this program is distributed in the hope that it will be useful, 13 // but without any warranty; without even the implied warranty of 14 // merchantability or fitness for a particular purpose. see the 15 // gnu general public license for more details. 16 // 17 // you should have received a copy of the gnu general public license 18 // along with this program; if not, write to the free software 19 // foundation, inc., 675 mass ave, cambridge, ma 02139, usa. 20 // 21 // (see the included file copying / gpl-2.0) 22 // 23 24 #ifndef __WMSTYLE_HH 25 #define __WMSTYLE_HH 26 27 /* fluxter.frame */ 28 #define WM_FRAME "toolbar" 29 /* fluxter.desktop */ 30 #define WM_LABEL "toolbar.label" 31 /* fluxter.bevelWidth */ 32 #define WM_BEVELWIDTH "bevelWidth" 33 /* fluxter.window */ 34 #define WM_BUTTON "toolbar.button" 35 /* fluxter.focused.window */ 36 #define WM_WINDOW_FOCUS "window.label.focus" 37 /* fluxter.focused.window */ 38 #define WM_WINDOW_UNFOCUS "window.label.unfocus" 39 /* fluxter.menu */ 40 #define WM_MENU "menu.frame" 41 42 #endif /* __WMSTYLE_HH */ 43