3 This file is part of R²C²
4 Copyright © 2010 Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
8 #ifndef ZONEPROPERTIES_H_
9 #define ZONEPROPERTIES_H_
11 #include <msp/gltk/dialog.h>
12 #include <msp/gltk/dropdown.h>
13 #include <msp/gltk/entry.h>
14 #include "libr2c2/zone.h"
16 class ZoneProperties: public Msp::GLtk::Dialog
20 Msp::GLtk::Entry *ent_group;
21 Msp::GLtk::Dropdown *drp_qualifier;
22 Msp::GLtk::Entry *ent_number;
25 ZoneProperties(R2C2::Zone &);
28 virtual void on_response(int);