/[enigma]/enigma/menus.cc
ViewVC logotype

Diff of /enigma/menus.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by dheck, Mon Dec 16 20:45:41 2002 UTC revision 1.4 by dheck, Mon Dec 16 23:36:39 2002 UTC
# Line 537  LevelMenu::LevelMenu(LevelPack *lp, unsi Line 537  LevelMenu::LevelMenu(LevelPack *lp, unsi
537      {      {
538  //        BuildHList hlist(this, Rect(30,10,100,28), 10);  //        BuildHList hlist(this, Rect(30,10,100,28), 10);
539          BuildVList hlist(this, Rect(510,20,100,28), 5);          BuildVList hlist(this, Rect(510,20,100,28), 5);
540          pgup   = hlist.add(new TextButton("Up", this));          start  = hlist.add(new ImageButton("ic-top", "ic-top1"));
541          pgdown = hlist.add(new TextButton("Down", this));          pgup   = hlist.add(new ImageButton("ic-up", "ic-up1"));
542          start  = hlist.add(new TextButton("Top", this));          pgdown = hlist.add(new ImageButton("ic-down", "ic-down1"));
543          end    = hlist.add(new TextButton("Bottom", this));          end    = hlist.add(new ImageButton("ic-bottom", "ic-bottom1"));
544    
545            pgup->set_listener(this);
546            pgdown->set_listener(this);
547            start->set_listener(this);
548            end->set_listener(this);
549      }      }
550      {      {
551          BuildVList vlist(this, Rect(510,400,100,28), 5);          BuildVList vlist(this, Rect(510,400,100,28), 5);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26