~ubuntu-branches/ubuntu/precise/lordsawar/precise

« back to all changes in this revision

Viewing changes to src/editor/new-map-dialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2007-10-29 15:38:06 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071029153806-z2j47adhmdjc7wae
Tags: 0.0.4-1
* New upstream release
* Add desktop file and simple manpage for new binary lordsawar-army-editor
* Syntax fixes on manpages
* Move manpages to correct section (6)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        int width, height;
45
45
        int grass, water, swamp, forest, hills, mountains;
46
46
        int cities, ruins, temples;
47
 
        int signposts, stones;
 
47
        int signposts;
 
48
        std::string tileset;
48
49
    };
49
50
 
50
51
    Map map;
57
58
    Gtk::ComboBox *map_size_combobox;
58
59
    Gtk::ComboBoxText *fill_style_combobox;
59
60
    Gtk::Widget *random_map_container;
 
61
    Gtk::ComboBoxText *tile_theme_combobox;
60
62
    Gtk::Scale *grass_scale;
61
63
    Gtk::Scale *water_scale;
62
64
    Gtk::Scale *swamp_scale;
67
69
    Gtk::Scale *ruins_scale;
68
70
    Gtk::Scale *temples_scale;
69
71
    Gtk::Scale *signposts_scale;
70
 
    Gtk::Scale *stones_scale;
71
72
 
72
73
    enum { MAP_SIZE_NORMAL = 0, MAP_SIZE_SMALL, MAP_SIZE_TINY };
73
74