System/Libraries/Widget: Add members to TabPanelTab/TabPanelWidget classes
This commit is contained in:
parent
7de9c03b24
commit
f355325ba7
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue