From ea8ac774861113dbba1ab39abce5f5bb570287a1 Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 21 May 2017 11:05:27 +0200 Subject: [PATCH] add hk_filter --- view/hk_filter.anubis | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+), 0 deletions(-) create mode 100644 view/hk_filter.anubis diff --git a/view/hk_filter.anubis b/view/hk_filter.anubis new file mode 100644 index 0000000..a9fbd14 --- /dev/null +++ b/view/hk_filter.anubis @@ -0,0 +1,20 @@ +/* + * Created by PyramIDE. + * User: フランスのトトロ aka (David RENÉ) + * Date: 19/05/2017 + * Time: 16:10 + * © Calexium + */ + +read tools/basis.anubis +transmit hayamiki_lib/view/types/hk_filter.anubis + +public define String +/* Return the Anubis source of the type component +*/ + to_Anubis_source + ( + HK_Filter filter + )= + "hk_filter(\""+filter.filter_name+"\", \""+filter.filter_string+"\")" +. -- libgit2 0.21.4