Files
evolution/executive-summary/idl/HtmlView.idl
Iain Holmes 4a74b1ff15 New and improved display,
Bug fixes
memory leaks removed
Preferences
and probably more that I can't remember.

svn path=/trunk/; revision=6858
2000-12-08 00:00:15 +00:00

24 lines
369 B
Plaintext

/*-*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* CORBA interface for an HTML view.
*
* Authors:
* Iain Holmes <iain@helixcode.com>
*
* Copyright (C) 2000 Helix Code, Inc.
*/
#include <Bonobo.idl>
module GNOME {
module Evolution {
module Summary {
interface HTMLView : Bonobo::Unknown {
string getHtml ();
};
};
};
};