gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnumed-devel] to answer your question from the CVS log


From: Karsten Hilbert
Subject: [Gnumed-devel] to answer your question from the CVS log
Date: Tue, 11 Feb 2003 15:35:55 +0100
User-agent: Mutt/1.3.22.1i

yes, one good way to get at the plugins would be via the gui
broker:

guibroker = gmGuiBroker.GuiBroker()
plugins guibroker['main.notebook.plugins']

which yields a list of plugin objects ordered by the load order
into the main notebook. It does not cover the patient window
manager sub-plugins, though.

There is some naming ambiguity that I'd like to see changed:

guibroker['main.notebook.plugins']
    (list of notebook plugins)

which is a part of

guibroker['modules.SET.NAME']
    (modules after register() ist called on them)

and even

guibroker['widgets.__class__.__name__']

We need to clearly disambigouate these !

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346




reply via email to

[Prev in Thread] Current Thread [Next in Thread]