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

« back to all changes in this revision

Viewing changes to gui/messagebox.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:
8
8
#include "../simskin.h"
9
9
#include "../besch/skin_besch.h"
10
10
#include "../simcolor.h"
 
11
#include "../utils/cbuffer_t.h"
11
12
 
12
13
/**
13
14
 * Eine Klasse f�r Nachrichtenfenster.
25
26
        void extend_window_with_component(gui_komponente_t *const component, const koord size, const koord offset = koord(0,0));
26
27
 
27
28
private:
 
29
        cbuffer_t buf;
28
30
        gui_fixedwidth_textarea_t textarea;
29
31
        PLAYER_COLOR_VAL color;
30
32
};
49
51
 
50
52
        void map_rotate90( sint16 new_ysize );
51
53
 
 
54
        virtual koord3d get_weltpos();
 
55
 
52
56
private:
53
57
        location_view_t view;
54
58
};