summaryrefslogtreecommitdiffstats
path: root/src/tk/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tk/widget.h')
-rw-r--r--src/tk/widget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tk/widget.h b/src/tk/widget.h
index 1ac5f46..402435c 100644
--- a/src/tk/widget.h
+++ b/src/tk/widget.h
@@ -62,4 +62,7 @@ enum mftk_check_shape {
void
mftk_check_set_shape(struct mftk_widget *w, enum mftk_check_shape shape);
+void
+mftk_check_set_state(struct mftk_widget *w, int state);
+
#endif /* MFTK_WIDGET_H_ */