Media/Themes/Umami: Handle and paint TabPanelWidget
This commit is contained in:
parent
15700b9cd7
commit
9911da5ac5
2 changed files with 94 additions and 6 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue