aboutsummaryrefslogtreecommitdiff
path: root/include/mgui/widget.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-12-08 03:37:27 +0100
committerdec05eba <dec05eba@protonmail.com>2021-12-08 03:37:27 +0100
commit319accba370d3f0872501de6386833fea140fbac (patch)
treef024ac1070837693b39b6624eea3bd104f8a0f0b /include/mgui/widget.h
parent864ee5f167d1e2dda9bfce24ef617d71ce49bfd8 (diff)
Add richtext, support multi language
Diffstat (limited to 'include/mgui/widget.h')
-rw-r--r--include/mgui/widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mgui/widget.h b/include/mgui/widget.h
index 2edc3b1..ee3a9f1 100644
--- a/include/mgui/widget.h
+++ b/include/mgui/widget.h
@@ -12,6 +12,7 @@ typedef enum {
MGUI_WIDGET_SCROLLVIEW,
MGUI_WIDGET_BUTTON,
MGUI_WIDGET_LABEL,
+ MGUI_WIDGET_RICHTEXT,
MGUI_WIDGET_IMAGE
} mgui_widget_type;