Mercurial > hg > openttd
comparison src/transparency_gui.cpp @ 11635:858d735ef724 draft
(svn r16015) -Codechange: Completing the TransparencyToolbarWidgets enum.
author | alberth <alberth@openttd.org> |
---|---|
date | Fri, 10 Apr 2009 16:20:54 +0000 |
parents | 474ba6cc0946 |
children | af4c3f370d2e |
comparison
equal
deleted
inserted
replaced
11634:bcc6cc0d7b33 | 11635:858d735ef724 |
---|---|
16 TransparencyOptionBits _invisibility_opt; | 16 TransparencyOptionBits _invisibility_opt; |
17 | 17 |
18 class TransparenciesWindow : public Window | 18 class TransparenciesWindow : public Window |
19 { | 19 { |
20 enum TransparencyToolbarWidgets{ | 20 enum TransparencyToolbarWidgets{ |
21 TTW_WIDGET_SIGNS = 3, ///< Make signs background transparent | 21 TTW_WIDGET_CLOSEBOX, ///< Closebox |
22 TTW_WIDGET_CAPTION, ///< Titlebar caption | |
23 TTW_WIDGET_STICKYBOX, ///< Stickybox | |
24 TTW_WIDGET_SIGNS, ///< Make signs background transparent | |
22 TTW_WIDGET_TREES, ///< Make trees transparent | 25 TTW_WIDGET_TREES, ///< Make trees transparent |
23 TTW_WIDGET_HOUSES, ///< Make houses transparent | 26 TTW_WIDGET_HOUSES, ///< Make houses transparent |
24 TTW_WIDGET_INDUSTRIES, ///< Make Industries transparent | 27 TTW_WIDGET_INDUSTRIES, ///< Make Industries transparent |
25 TTW_WIDGET_BUILDINGS, ///< Make company buildings and structures transparent | 28 TTW_WIDGET_BUILDINGS, ///< Make company buildings and structures transparent |
26 TTW_WIDGET_BRIDGES, ///< Make bridges transparent | 29 TTW_WIDGET_BRIDGES, ///< Make bridges transparent |