Updated Spanish translation
[anjuta-git-plugin.git] / libegg / treeviewutils / eggtreeviewstate.h
blob61a2c2e0b11d5b961bdce4703c81aa2e59e5756c
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /* eggtreeviewstate.h
3 * Copyright (C) 2001 Anders Carlsson, Jonathan Blanford
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the
17 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 * Boston, MA 02110-1301, USA.
21 #ifndef __EGG_TREE_VIEW_STATE_H__
22 #define __EGG_TREE_VIEW_STATE_H__
24 #include <gtk/gtktreeview.h>
26 gboolean egg_tree_view_state_apply_from_string (GtkTreeView *tree_view, const gchar *string, GError **error);
28 void egg_tree_view_state_add_cell_renderer_type (GType type);
30 #endif /* __EGG_TREE_VIEW_STATE_H__ */