Media/Themes/Umami: Handle and paint TabPanelWidget

This commit is contained in:
Alec Murphy 2025-05-07 15:11:53 -04:00
parent 15700b9cd7
commit 9911da5ac5
2 changed files with 94 additions and 6 deletions

View file

@ -249,7 +249,12 @@ class ListViewWidget : Widget {
class TabPanelTab {
TabPanelTab* prev;
TabPanelTab* next;
I64 x;
I64 y;
I64 width;
I64 height;
U8 text[128];
Context2D* icon;
@window_widgets_list* widgets_list;
};