mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 13:39:55 +02:00
Media/Themes/Umami: Handle and paint TabPanelWidget
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user