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