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

« back to all changes in this revision

Viewing changes to src/editor/ruin-editor-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:
37
37
 
38
38
    void set_parent_window(Gtk::Window &parent);
39
39
 
40
 
    void run();
 
40
    int run();
41
41
    
42
42
 private:
43
43
    Gtk::Dialog* dialog;
48
48
    Gtk::Button *randomize_name_button;
49
49
    Gtk::Button *clear_keeper_button;
50
50
    Gtk::Button *randomize_keeper_button;
51
 
    Gtk::CheckButton *sage_button;
52
51
    Gtk::CheckButton *hidden_button;
53
52
    Gtk::ComboBoxText *player_combobox;
54
53
    Gtk::HBox *new_reward_hbox;