System/Libraries/Widget: Add members to TabPanelTab/TabPanelWidget classes

This commit is contained in:
Alec Murphy 2025-05-07 19:33:30 -04:00
parent 7de9c03b24
commit f355325ba7

View file

@ -254,6 +254,7 @@ class TabPanelTab {
I64 width; I64 width;
I64 height; I64 height;
U8 text[128]; U8 text[128];
U64 data;
Context2D* icon; Context2D* icon;
@window_widgets_list* widgets_list; @window_widgets_list* widgets_list;
}; };
@ -262,6 +263,7 @@ class TabPanelWidget : Widget {
TabPanelTab* tabs; TabPanelTab* tabs;
I64 index; I64 index;
I64 count; I64 count;
I64 size;
}; };
U0 @gui_widget_set_echo(Widget* widget, U8* echo) U0 @gui_widget_set_echo(Widget* widget, U8* echo)