Codechange: Add internal widget alignment property, along with widget part.

This commit is contained in:
Peter Nelson
2021-04-19 12:12:07 +01:00
committed by PeterN
parent 2a0365b3d9
commit 636e37d183
6 changed files with 142 additions and 55 deletions

View File

@@ -140,7 +140,7 @@ enum WidgetDrawDistances {
/* widget.cpp */
void DrawFrameRect(int left, int top, int right, int bottom, Colours colour, FrameFlags flags);
void DrawCaption(const Rect &r, Colours colour, Owner owner, StringID str);
void DrawCaption(const Rect &r, Colours colour, Owner owner, StringID str, StringAlignment align);
/* window.cpp */
extern Window *_z_front_window;