Add tabs to the launcher window

This commit is contained in:
Magnus Norddahl 2024-01-10 13:52:48 +01:00 committed by Christoph Oelckers
commit a0f52411d3
13 changed files with 589 additions and 328 deletions

View file

@ -39,6 +39,10 @@ public:
// Widget noncontent area
void SetNoncontentSizes(double left, double top, double right, double bottom);
double GetNoncontentLeft() const { return Noncontent.Left; }
double GetNoncontentTop() const { return Noncontent.Top; }
double GetNoncontentRight() const { return Noncontent.Right; }
double GetNoncontentBottom() const { return Noncontent.Bottom; }
// Widget frame box
Rect GetFrameGeometry() const;