From 5e87676c987f884d67fc921acbf8a95bc34851f1 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 5 Dec 2002 19:58:38 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'GNOME_UTILS_2_1_4'. svn path=/tags/GNOME_UTILS_2_1_4/; revision=19026 --- shell/Evolution-Wizard.idl | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 shell/Evolution-Wizard.idl (limited to 'shell/Evolution-Wizard.idl') diff --git a/shell/Evolution-Wizard.idl b/shell/Evolution-Wizard.idl deleted file mode 100644 index 222830d737..0000000000 --- a/shell/Evolution-Wizard.idl +++ /dev/null @@ -1,37 +0,0 @@ -/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * Interface for a wizard done through Bonobo. - * - * Authors: - * Iain Holmes - * - * Copyright (C) 2000, 2001 Ximian, Inc. - */ - -#include - -module GNOME { -module Evolution { - - interface Wizard : Bonobo::Unknown { - - readonly attribute long pageCount; - enum Action { - NEXT, - PREPARE, - BACK, - FINISH, - CANCEL, - HELP - }; - - exception NoPage {}; - - Bonobo::Control getControl (in long pagenumber) - raises (NoPage); - - void notifyAction (in long pagenumber, in Action action) - raises (NoPage); - }; -}; -}; -- cgit v1.2.3