~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/gui/widgets/textbox.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-07-11 10:09:41 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130711100941-f0rwuvcwgl8ulqo8
Tags: 1.3.7.7.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
        void keyPressed(gcn::KeyEvent& keyEvent) override;
64
64
 
65
 
        void draw(gcn::Graphics* graphics);
 
65
        void draw(gcn::Graphics* graphics) override;
66
66
 
67
67
        void setForegroundColor(const gcn::Color &color);
68
68