Re: A patch for new signals
- From: David Johansson <david lgj gmail com>
- To: discussions about usage and development of dia <dia-list gnome org>
- Subject: Re: A patch for new signals
- Date: Thu, 1 Dec 2005 15:38:27 +0100
Hi again,
since nobody noticed me and my patch maybe I should clarify what it
does and why I want
it.
The patch adds two signals to the GObject DiagramData:
"object_add" -- emitted when a DiaObject is added to the diagram
"object_remove" -- emitted when a DiaObject is removed from the diagram
The patch makes it possible to connect to these signals from a python script.
I'm using these signals and other signals on the Diagram object in my
python script since
I need to know when changes happen in a diagram so that I can update
my view of the same digram and it's objects. I'm putting up the script
on sourceforge if you want to have a look at it.
http://dia-pyatt.sourceforge.net/
So please have a look at the patch.
Tanks,
/david
2005/11/22, David Johansson <david lgj gmail com>:
Hi,
I made a patch wich adds two signals to the DiagramData GObject,
"object_add" and "object_remove", and enhances the python plugin so
that you can connect functions to them and the already existant
signals on the Diagram GObject. I'm using the signals in a Python
plugin for adding arbitrary metadata to a diagram, and it needs to be
notified of some changes.
So, if you add my changes to the CVS I'd be very happy indeed!
/david
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]