summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Panel.h b/Panel.h
index b7480c6b..4b517f31 100644
--- a/Panel.h
+++ b/Panel.h
@@ -119,6 +119,8 @@ extern void Panel_setSelected(Panel* this, int selected);
extern void Panel_draw(Panel* this, bool focus);
+extern void Panel_splice(Panel *this, Vector* from);
+
extern bool Panel_onKey(Panel* this, int key);
extern HandlerResult Panel_selectByTyping(Panel* this, int ch);