equal
deleted
inserted
replaced
201 void InvalidateWindowWidget(byte cls, WindowNumber number, byte widget_index); |
201 void InvalidateWindowWidget(byte cls, WindowNumber number, byte widget_index); |
202 void InvalidateWindowClasses(byte cls); |
202 void InvalidateWindowClasses(byte cls); |
203 void DeleteWindowById(WindowClass cls, WindowNumber number); |
203 void DeleteWindowById(WindowClass cls, WindowNumber number); |
204 |
204 |
205 void SetObjectToPlaceWnd(int icon, byte mode, Window *w); |
205 void SetObjectToPlaceWnd(int icon, byte mode, Window *w); |
206 void SetObjectToPlace(int icon, byte mode, byte window_class, uint16 window_num); |
206 void SetObjectToPlace(int icon, byte mode, WindowClass window_class, WindowNumber window_num); |
207 |
207 |
208 void ResetObjectToPlace(); |
208 void ResetObjectToPlace(); |
209 |
209 |
210 bool ScrollWindowToTile(TileIndex tile, Window * w); |
210 bool ScrollWindowToTile(TileIndex tile, Window * w); |
211 bool ScrollWindowTo(int x, int y, Window * w); |
211 bool ScrollWindowTo(int x, int y, Window * w); |