/[enigma]/enigma/src/menus_internal.hh
ViewVC logotype

Diff of /enigma/src/menus_internal.hh

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

revision 1.1 by dheck, Sun Sep 14 19:40:10 2003 UTC revision 1.1.2.1 by dheck, Fri Sep 26 14:48:21 2003 UTC
# Line 336  namespace Line 336  namespace
336          Widget      *newgame;          Widget      *newgame;
337          Widget      *back;          Widget      *back;
338          Widget      *m_nextlp, *m_prevlp; // Next/previous level pack          Widget      *m_nextlp, *m_prevlp; // Next/previous level pack
339            Widget *m_difficulty;
340          TextButton  *m_lpbutton; // Current level pack          TextButton  *m_lpbutton; // Current level pack
341          Label       *m_infobutton;          Label       *m_infobutton;
342          Label       *m_levelinfo, *m_levelinfo2;          Label       *m_levelinfo, *m_levelinfo2;
# Line 403  namespace Line 404  namespace
404      };      };
405  }  }
406    
407    //======================================================================
408    // OPTIONS BUTTONS
409    //======================================================================
410    namespace
411    {
412        class DifficultyButton : public TextButton {
413            void update();
414            void on_action(Widget *);
415        public:
416            DifficultyButton();
417        };
418    
419        class FullscreenButton : public TextButton {
420            // ActionListener interface.
421            void on_action(Widget *);
422        public:
423            FullscreenButton();
424            void update();
425        };
426    
427    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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