1 /*
2  * Bluefish HTML Editor
3  * htmlbar_stock_icons.h
4  *
5  * Copyright (C) 2011 James Hayward and Olivier Sessink
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 3 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, see <http://www.gnu.org/licenses/>.
19  */
20 
21 #ifndef HTMLBAR_STOCK_ICONS_H_
22 #define HTMLBAR_STOCK_ICONS_H_
23 
24 
25 #define BF_STOCK_ADDR				"bf-stock-addr"
26 #define BF_STOCK_ACRONYM			"bf-stock-acronym"
27 #define BF_STOCK_ANCHOR				"bf-stock-anchor"
28 #define BF_STOCK_BODY				"bf-stock-body"
29 #define BF_STOCK_BOLD				"bf-stock-bold"
30 #define BF_STOCK_BRBREAK			"bf-stock-brbreak"
31 #define BF_STOCK_BREAKALL			"bf-stock-breakall"
32 #define BF_STOCK_CENTER				"bf-stock-center"
33 #define BF_STOCK_CITE				"bf-stock-cite"
34 #define BF_STOCK_CODE				"bf-stock-code"
35 #define BF_STOCK_COMMENT			"bf-stock-comment"
36 #define BF_STOCK_CONTEXT			"bf-stock-context"
37 #define BF_STOCK_CSS_SMALL			"bf-stock-css-small"
38 #define BF_STOCK_CSSDIV				"bf-stock-css-div"
39 #define BF_STOCK_CSSNEWSTYLE		"bf-stock-css-newstyle"
40 #define BF_STOCK_CSSSPAN			"bf-stock-css-span"
41 #define BF_STOCK_CSSSTYLE			"bf-stock-css-style"
42 #define BF_STOCK_CSS_COLUMNS		"bf-stock-css-columns"
43 #define BF_STOCK_DEL				"bf-stock-del"
44 #define BF_STOCK_DFN				"bf-stock-dfn"
45 #define BF_STOCK_EDIT_TAG			"bf-stock-edit-tag"
46 #define BF_STOCK_EMAIL				"bf-stock-email"
47 #define BF_STOCK_FONT_BASE			"bf-stock-font-base"
48 #define BF_STOCK_FONT				"bf-stock-font"
49 #define BF_STOCK_FONTH1				"bf-stock-fonth1"
50 #define BF_STOCK_FONTH2				"bf-stock-fonth2"
51 #define BF_STOCK_FONTH3				"bf-stock-fonth3"
52 #define BF_STOCK_FONTH4				"bf-stock-fonth4"
53 #define BF_STOCK_FONTH5				"bf-stock-fonth5"
54 #define BF_STOCK_FONTH6				"bf-stock-fonth6"
55 #define BF_STOCK_FONTM1				"bf-stock-fontm1"
56 #define BF_STOCK_FONTP1				"bf-stock-fontp1"
57 #define BF_STOCK_FONTPRE			"bf-stock-fontpre"
58 #define BF_STOCK_FONTSUB			"bf-stock-fontsub"
59 #define BF_STOCK_FONTSUPER			"bf-stock-fontsuper"
60 #define BF_STOCK_FORM_CHECK			"bf-stock-form-check"
61 #define BF_STOCK_FORM_HIDDEN		"bf-stock-form-hidden"
62 #define BF_STOCK_FORM_OPTION		"bf-stock-form-option"
63 #define BF_STOCK_FORM_OPTIONGROUP	"bf-stock-form-optiongroup"
64 #define BF_STOCK_FORM_RADIO			"bf-stock-form-radio"
65 #define BF_STOCK_FORM_SELECT		"bf-stock-form-select"
66 #define BF_STOCK_FORM_SUBMIT		"bf-stock-form-submit"
67 #define BF_STOCK_FORM_TEXT			"bf-stock-form-text"
68 #define BF_STOCK_FORM_TEXTAREA		"bf-stock-form-textarea"
69 #define BF_STOCK_FORM				"bf-stock-form"
70 #define BF_STOCK_FRAME_BASE			"bf-stock-frame-base"
71 #define BF_STOCK_FRAME_NO			"bf-stock-frame-no"
72 #define BF_STOCK_FRAME				"bf-stock-frame"
73 #define BF_STOCK_FRAME2				"bf-stock-frame2"
74 #define BF_STOCK_FRAMESET			"bf-stock-frameset"
75 #define BF_STOCK_FRAMESET2			"bf-stock-frameset2"
76 #define BF_STOCK_FRAME_WIZARD		"bf-stock-frame-wizard"
77 #define BF_STOCK_HEADINGS			"bf-stock-headings"
78 #define BF_STOCK_HRULE				"bf-stock-hrule"
79 #define BF_STOCK_IMAGE				"bf-stock-image"
80 #define BF_STOCK_INS				"bf-stock-ins"
81 #define BF_STOCK_ITALIC				"bf-stock-italic"
82 #define BF_STOCK_KBD				"bf-stock-kbd"
83 #define BF_STOCK_LINK_STYLESHEET	"bf-stock-link-stylesheet"
84 #define BF_STOCK_LIST_DD			"bf-stock-list-dd"
85 #define BF_STOCK_LIST_DL			"bf-stock-list-dl"
86 #define BF_STOCK_LIST_DT			"bf-stock-list-dt"
87 #define BF_STOCK_LIST_LI			"bf-stock-list-li"
88 #define BF_STOCK_LIST_OL			"bf-stock-list-ol"
89 #define BF_STOCK_LIST_UL			"bf-stock-list-ul"
90 #define BF_STOCK_LIST				"bf-stock-list"
91 #define BF_STOCK_MULTITHUMBS		"bf-stock-multithumbs"
92 #define BF_STOCK_NBSP				"bf-stock-nbsp"
93 #define BF_STOCK_PARAGRAPH			"bf-stock-paragraph"
94 #define BF_STOCK_PHP3				"bf-stock-php3"
95 #define BF_STOCK_QUICKSTART			"bf-stock-quickstart"
96 #define BF_STOCK_RIGHT				"bf-stock-right"
97 #define BF_STOCK_SAMP				"bf-stock-samp"
98 #define BF_STOCK_SCRIPT				"bf-stock-script"
99 #define BF_STOCK_STRIKEOUT			"bf-stock-strikeout"
100 #define BF_STOCK_TABLE_CAPTION		"bf-stock-table-caption"
101 #define BF_STOCK_TABLE_TD			"bf-stock-table-td"
102 #define BF_STOCK_TABLE_TD2			"bf-stock-table-td2"
103 #define BF_STOCK_TABLE_TH			"bf-stock-table-th"
104 #define BF_STOCK_TABLE_TH2			"bf-stock-table-th2"
105 #define BF_STOCK_TABLE_TR			"bf-stock-table-tr"
106 #define BF_STOCK_TABLE_TR2			"bf-stock-table-tr2"
107 #define BF_STOCK_TABLE				"bf-stock-table"
108 #define BF_STOCK_TABLE2				"bf-stock-table2"
109 #define BF_STOCK_TABLE_WIZARD		"bf-stock-table-wizard"
110 #define BF_STOCK_THUMBNAIL			"bf-stock-thumbnail"
111 #define BF_STOCK_UNDERLINE			"bf-stock-underline"
112 #define BF_STOCK_VAR				"bf-stock-var"
113 #define BF_STOCK_ARTICLE			"bf-stock-article"
114 #define BF_STOCK_ASIDE				"bf-stock-aside"
115 #define BF_STOCK_FIGCAPTION			"bf-stock-figcaption"
116 #define BF_STOCK_FIGURE				"bf-stock-figure"
117 #define BF_STOCK_FOOTER				"bf-stock-footer"
118 #define BF_STOCK_HEADER				"bf-stock-header"
119 #define BF_STOCK_HGROUP				"bf-stock-hgroup"
120 #define BF_STOCK_MARK				"bf-stock-mark"
121 #define BF_STOCK_NAV				"bf-stock-nav"
122 #define BF_STOCK_RP					"bf-stock-rp"
123 #define BF_STOCK_RT					"bf-stock-rt"
124 #define BF_STOCK_RUBY				"bf-stock-ruby"
125 #define BF_STOCK_SECTION			"bf-stock-section"
126 #define BF_STOCK_AUDIO				"bf-stock-audio"
127 #define BF_STOCK_VIDEO				"bf-stock-video"
128 #define BF_STOCK_CANVAS				"bf-stock-canvas"
129 #define BF_STOCK_HTML5TIME			"bf-stock-html5time"
130 
131 #endif /* HTMLBAR_STOCK_ICONS_H_ */
132