aboutsummaryrefslogblamecommitdiffstats
path: root/executive-summary/idl/HtmlView.idl
blob: 627873563f97c7e120e9d6fceca77ad7d3c17e19 (plain) (tree)
1
2
3
4
5
6
7
8




                                                                            
                                    
  
                                  







                     
                                              
                                  

                                               




          
/*-*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
 * CORBA interface for an HTML view.
 *
 * Authors:
 *   Iain Holmes  <iain@ximian.com> 
 *
 * Copyright (C) 2000 Ximian, Inc.
 */

#include <Bonobo.idl>

module GNOME {
module Evolution {
module Summary {

    interface HTMLView : Bonobo::Unknown {
        string getHtml ();

        void handleURI (in string uri);
    };
};
};
};