/*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) version 3.
*
* This program 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see
*
*
* Authors:
* Chris Lahey
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*
*/
#include
#include "e-util/e-util.h"
#include "misc/e-canvas.h"
#include "e-text-model.h"
#include "e-text-model-uri.h"
#include "e-text.h"
#if 0
static void
describe_model (ETextModel *model)
{
gint i, N;
g_return_if_fail (E_IS_TEXT_MODEL (model));
N = e_text_model_object_count (model);
g_print ("text: %s\n", e_text_model_get_text (model));
g_print ("objs: %d\n", N);
for (i=0; i