Re: [java-gnome-hackers] First pass at libglade signal connecting
Brought to you by:
afcowie
From: Tom B. <Tom...@Su...> - 2002-11-30 08:36:06
|
> 1. GNOME widget support, and I need a question answered: the > package-private EventMap class that was added to org.gnu.gtk either > needs to be copied into org.gnu.gnome, or it needs to be moved somewhere > common, such as org.gnu.glib. The problem with making it common is that > it has to then be public, and it's strictly an implementation class. Is > it sufficient to document that it's only to be used by this > implementation? I'd rather not duplicate code, but I also don't want an > implementation class to become part of the official public API. One more point regarding this: if EventMap is moved to org.gnu.glib and made public, then the addEventHandler methods which Jeffrey wanted to get away from can be made package-private. In fact, since EventMap only uses one, the other five variations can be deleted. Tom |