From 713d3d365a6b5e4017429ae0151279fb71f89abb Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 27 Sep 2008 20:55:11 +0000 Subject: Experimental treeview implementation using listbrowser.gadget. svn path=/trunk/netsurf/; revision=5447 --- amiga/tree.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 amiga/tree.h (limited to 'amiga/tree.h') diff --git a/amiga/tree.h b/amiga/tree.h new file mode 100755 index 000000000..832a91db2 --- /dev/null +++ b/amiga/tree.h @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Chris Young + * + * This file is part of NetSurf, http://www.netsurf-browser.org/ + * + * NetSurf is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * NetSurf is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef AMIGA_TREE_H +#define AMIGA_TREE_H + +void ami_open_tree(struct tree *tree); +bool ami_tree_launch_node(struct tree *tree, struct node *node); +void ami_tree_close(struct tree *tree); +void free_browserlist(struct List *list); +#endif -- cgit v1.2.3