From b106b13525048195d99bcbde31e0e535972cbab4 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 23 Jun 2001 06:46:13 +0000 Subject: Implemented an Evolution::Activity interface for keeping track of background tasks. The Activity interface is added to the shell, and the status of the various tasks is now displayed in a task bar widget at the bottom of the EShellView. I also implemented a simple test component to test all this stuff. svn path=/trunk/; revision=10434 --- shell/Evolution-Icon.idl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 shell/Evolution-Icon.idl (limited to 'shell/Evolution-Icon.idl') diff --git a/shell/Evolution-Icon.idl b/shell/Evolution-Icon.idl new file mode 100644 index 0000000000..f8a3d66817 --- /dev/null +++ b/shell/Evolution-Icon.idl @@ -0,0 +1,23 @@ +/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* + * Icon definition. + * + * Authors: + * Ettore Perazzoli + * + * Copyright (C) 2000, 2001 Ximian, Inc. + */ + +module GNOME { +module Evolution { + +struct Icon { + short width, height; + boolean hasAlpha; + sequence rgba_data; // Row-by-row, left-to-right, top-to-bottom RGBA bytes +}; +typedef sequence AnimatedIcon; + +}; +}; + -- cgit v1.2.3