Subversion Repositories DIN Is Noise

Rev

Rev 2107 | Rev 2113 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2107 Rev 2110
Line 63... Line 63...
63
  void calc_cursor ();
63
  void calc_cursor ();
64
  void update ();
64
  void update ();
65
  void draw ();
65
  void draw ();
66
  void draw_cursor (int x, int y);
66
  void draw_cursor (int x, int y);
67
67
68
  /*must_fix operator int() const;
68
  operator int() const;
69
  operator float() const;
69
  operator float() const;
70
  operator double() const;
70
  operator double() const;
71
  operator short() const;*/
71
  operator short() const;
72
72
73
  field& operator= (int i) {
73
  field& operator= (int i) {
74
    set_text (i);
74
    set_text (i);
75
    return *this;
75
    return *this;
76
  }
76
  }