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

« back to all changes in this revision

Viewing changes to gui/gui_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:
16
16
#include "../simgraph.h"
17
17
#include "gui_container.h"
18
18
#include "../simcolor.h"
 
19
#include "../dataobj/koord3d.h"
19
20
 
20
21
// height of titlebar
21
22
#define TITLEBAR_HEIGHT (16)
189
190
        // if false, title and all gadgets will be not drawn
190
191
        virtual bool has_title() const { return true; }
191
192
 
 
193
        // position of a connected thing on the map
 
194
        virtual koord3d get_weltpos() { return koord3d::invalid; }
 
195
 
192
196
        /**
193
197
         * Set resize mode
194
198
         * @author Markus Weber