~ubuntu-branches/ubuntu/raring/simutrans/raring-proposed

« back to all changes in this revision

Viewing changes to gui/map_frame.h

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2011-11-03 19:59:02 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20111103195902-uopgwf488mfctb75
Tags: 111.0-1
* New upstream release.
* debian/rules: Update get-orig-source target for new upstream release.
* Use xz compression for source and binary packages.
* Use override_* targets to simplify debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
        gui_scrollpane_t scrolly;
66
66
 
67
 
        // position of the buttons
68
 
        int row, col;
69
 
 
70
67
        // buttons
71
68
        static const char map_type[MAX_BUTTON_TYPE][64];
72
69
        static const uint8 map_type_color[MAX_BUTTON_TYPE];
84
81
        button_t b_show_scale;
85
82
        button_t b_show_directory;
86
83
 
 
84
        void show_hide_legend(const bool show);
 
85
        void show_hide_scale(const bool show);
 
86
        void show_hide_directory(const bool show);
 
87
 
87
88
public:
88
89
 
89
90
        /**