~ubuntu-branches/ubuntu/maverick/lordsawar/maverick

« 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: 2010-04-10 09:29:33 UTC
  • mfrom: (1.1.9 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100410092933-23uq4dxig30kmtcw
Tags: 0.1.8-1
* New upstream release.
* Add misc:Depends for -data package.
* Bump Standards Version to 3.8.4. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    Gtk::Dialog* dialog;
60
60
 
61
61
    Gtk::ComboBox *map_size_combobox;
 
62
    Gtk::Table *custom_size_table;
 
63
    Gtk::SpinButton *width_spinbutton;
 
64
    Gtk::SpinButton *height_spinbutton;
62
65
    Gtk::ComboBoxText *fill_style_combobox;
63
66
    Gtk::Widget *random_map_container;
64
67
    Gtk::ComboBoxText *tile_size_combobox;
78
81
    Gtk::Scale *signposts_scale;
79
82
    Gtk::Button *accept_button;
80
83
 
81
 
    enum { MAP_SIZE_NORMAL = 0, MAP_SIZE_SMALL, MAP_SIZE_TINY };
 
84
    enum { MAP_SIZE_NORMAL = 0, MAP_SIZE_SMALL, MAP_SIZE_TINY, 
 
85
      MAP_SIZE_CUSTOM };
82
86
 
83
87
    void on_fill_style_changed();
84
88
    void on_map_size_changed();