~ubuntu-branches/ubuntu/trusty/enigma/trusty

« back to all changes in this revision

Viewing changes to src/gui/LevelMenu.hh

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2012-06-19 21:47:22 UTC
  • mfrom: (5.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120619214722-o8v3jobogn60iw68
Tags: 1.10~~pre-alpha+r2236-1
* New upstream checkout. No release on the horizon, but well playable.
* Acknowledge NMUs. Thank you!
* Drop suggest on enigma-level-previews which are not available for 1.10
* Update policy version, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
 
60
60
        Widget *pgup, *pgdown, *start, *end;
61
 
        Widget      *but_advancemode;      // Next unsolved level button
 
61
        Widget      *but_advancemode;   // Next unsolved level button
62
62
        Widget      *but_next;
63
63
        Widget      *but_back;          // "Back" button
64
 
        Widget      *but_difficulty;        // "Difficulty" button
 
64
        Widget      *but_difficulty;    // "Difficulty" button
65
65
        TextButton  *but_levelpack;     // "Levelpack" button
66
66
        HList       *hl_info_stat;
67
67
        Label       *lbl_lpinfo;        // Levelpack information
68
 
        Label       *lbl_statistics;        // percentage solved
 
68
        Label       *lbl_statistics;    // percentage solved
69
69
        Label       *lbl_levelname;
70
70
        Label       *lbl_levelinfo;
71
71
        LevelWidget *levelwidget;
72
 
        string       shown_text; // info text (disappears automatically)
73
 
        double       shown_text_ttl; // rest duration for shown_text
 
72
        string       shown_text;        // info text (disappears automatically)
 
73
        double       shown_text_ttl;    // rest duration for shown_text
74
74
        bool         main_quit;
75
75
    };
76
76