1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:37:35 +00:00

GTabWidget: Make a custom look for tab buttons.

This commit is contained in:
Andreas Kling 2019-05-05 14:39:37 +02:00
parent 62e7b26406
commit 4e1b36ddf2
5 changed files with 66 additions and 5 deletions

View file

@ -34,6 +34,7 @@ private:
int width(const Font&) const;
String title;
GWidget* widget { nullptr };
bool hovered { false };
};
Vector<TabData> m_tabs;
};