From 31f7447f6cef8ea08fd323e4d56e76a1999431a5 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 10 Oct 2000 00:03:25 +0000 Subject: Added an icon parameter to the create_view methods. 2000-10-09 Iain Holmes * idl/SummaryComponent.idl: Added an icon parameter to the create_view methods. * evolution-services/executive-summary-component.c: Implement the icon parameter. * evolution-services/executive-summary-component-client.c: Ditto * component/e-summary.c: Draw the specified icon. * component/e-summary-factory.c: Use the icon parameter svn path=/trunk/; revision=5805 --- executive-summary/idl/SummaryComponent.idl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'executive-summary/idl') diff --git a/executive-summary/idl/SummaryComponent.idl b/executive-summary/idl/SummaryComponent.idl index 4282a91f2b..55f7b6426d 100644 --- a/executive-summary/idl/SummaryComponent.idl +++ b/executive-summary/idl/SummaryComponent.idl @@ -49,9 +49,11 @@ module Evolution { * Creates a summary of the data that the component has. * Returns: A @BonoboControl of the view. */ - Bonobo::Control create_bonobo_view (out string title); + Bonobo::Control create_bonobo_view (out string title, + out string icon); - string create_html_view (out string title); + string create_html_view (out string title, + out string icon); /** * configure: -- cgit v1.2.3