Add tabs to the launcher window
This commit is contained in:
parent
762ce6f14c
commit
a0f52411d3
13 changed files with 589 additions and 328 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue