On Sat, 2007-05-12 at 20:30 -0700, Mathew Yeates wrote:
> Hi
> I have a feeling that this can't be done. Any work around? I'm writing a
> plugin that generates a Makefile from a dependency graph but the diagram
> is too "busy" and I would like to keep different objects on different
> layers and
cool. Thanks. That worked. But I have one question. From within my
plugin I will need to detect these connections. For a given connection,
will I still be able to determine the "from" and "to" objects?
Mathew
Lars Clausen wrote:
layers and still maintain connections.
It might be doa
I see how to add single items to an existing menu. But what if I want to
add an action group called "My Plugin" which has a submenu such as
"run", "debug" etc?
It looks to me that the only way to do it is to make a call to
gtk_action_group_add_actions from within my plugin. Is there a simpler
On Sun, 2007-05-13 at 10:53 -0700, Mathew Yeates wrote:
> cool. Thanks. That worked. But I have one question. From within my
> plugin I will need to detect these connections. For a given
> connection, will I still be able to determine the "from" and "to"
> objects?
Yes, they work as normal. It's