aboutsummaryrefslogtreecommitdiff
path: root/include/saffron_widget.h
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-04-30 13:06:18 +1200
committerArslaan Pathan <[email protected]>2026-04-30 13:06:18 +1200
commit2cc161aabfe5c1343ca504b79a6a1c7706048a91 (patch)
treea5afba4165244b40f61f06d1919334b2dcbab217 /include/saffron_widget.h
parent6bd14230b3ed93e7eeab55d957db685c63a65069 (diff)
downloadsaffron-2cc161aabfe5c1343ca504b79a6a1c7706048a91.tar.xz
saffron-2cc161aabfe5c1343ca504b79a6a1c7706048a91.zip
Start work on button implementation(s)
Diffstat (limited to 'include/saffron_widget.h')
-rw-r--r--include/saffron_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/saffron_widget.h b/include/saffron_widget.h
index 5c0005c..8b9fc3c 100644
--- a/include/saffron_widget.h
+++ b/include/saffron_widget.h
@@ -12,6 +12,7 @@ typedef enum {
typedef enum {
SAFFRON_WIDGET_UNKNOWN,
SAFFRON_WIDGET_BOX,
+ SAFFRON_WIDGET_BUTTON,
SAFFRON_WIDGET_TEXT
} SaffronWidgetType;