3 This file is part of libmspgltk
4 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
8 #ifndef MSP_GLTK_INDICATOR_H_
9 #define MSP_GLTK_INDICATOR_H_
17 An Indicator visualizes a boolean state. It can be either active or inactive.
19 class Indicator: public Widget
22 Indicator(const Resources &);
23 void set_active(bool);
25 virtual const char *get_class() const { return "indicator"; }