]> git.tdb.fi Git - libs/gltk.git/blob - source/indicator.cpp
Add an input method subsystem
[libs/gltk.git] / source / indicator.cpp
1 #include "indicator.h"
2
3 namespace Msp {
4 namespace GLtk {
5
6 void Indicator::set_active(bool a)
7 {
8         set_state(ACTIVE, (a ? ACTIVE : NORMAL));
9 }
10
11 } // namespace GLtk
12 } // namespace Msp