From 34b7f7ddfc3e914238fd0d30ff50c4f37c2a6dd8 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Mon, 16 Oct 2006 20:14:39 +0000 Subject: comment --- src/ArrowButton.hh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ArrowButton.hh b/src/ArrowButton.hh index a05f915..024ca05 100644 --- a/src/ArrowButton.hh +++ b/src/ArrowButton.hh @@ -29,7 +29,13 @@ /// Displays a arrow on a button class ArrowButton: public FbTk::Button { public: - enum Type { LEFT, RIGHT, UP, DOWN}; + /// type of arrow that should be drawn + enum Type { + LEFT, + RIGHT, + UP, + DOWN + }; ArrowButton(ArrowButton::Type arrow_type, const FbTk::FbWindow &parent, int x, int y, -- cgit v0.11.2