summaryrefslogtreecommitdiff
path: root/src/station_gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-05-03 10:38:35 +0000
committeralberth <alberth@openttd.org>2009-05-03 10:38:35 +0000
commit58a2d5aa94b1d698f52c6756d2dd99f6135427f6 (patch)
tree3e1f472f39618ea4fac89dfa15230ea906270475 /src/station_gui.h
parent99ce97b7f3790b6bfc3a6dab8e118b29b7627268 (diff)
downloadopenttd-58a2d5aa94b1d698f52c6756d2dd99f6135427f6.tar.xz
(svn r16211) -Codechange: Moving StationListWidgets out of the window class, completing StationViewWidgets.
Diffstat (limited to 'src/station_gui.h')
-rw-r--r--src/station_gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/station_gui.h b/src/station_gui.h
index 8efe3aae2..b990779ae 100644
--- a/src/station_gui.h
+++ b/src/station_gui.h
@@ -11,7 +11,9 @@
enum StationViewWidgets {
SVW_CLOSEBOX = 0, ///< Close 'X' button
SVW_CAPTION = 1, ///< Caption of the window
+ SVW_STICKYBOX = 2, ///< Sticky button
SVW_WAITING = 3, ///< List of waiting cargo
+ SVW_SCROLLBAR = 4, ///< Scrollbar
SVW_ACCEPTLIST = 5, ///< List of accepted cargos
SVW_RATINGLIST = 5, ///< Ratings of cargos
SVW_LOCATION = 6, ///< 'Location' button