[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-dev: DBUS binding to PCB actions
> If PCB can support LessTif, GTK, and postscript, why can't it support
> both DBus and XML-PRC?
The fundamental problem is that both DBUS and the GUI are
asynchronous. Thus, when the GUI is waiting for a user event, it
needs to also watch for data on the DBUS connection, and tell DBUS
when it happens.
The easy-to-use DBUS wrapper supports Gtk, but not Lesstif.
> I realize I'm not a contributer but personally I'd like to be able
> to see it be able to support different messenging systems in a
> modular manner.
It's not that we can't support multiple messaging schemes, it's that
each individual scheme needs to know how to work with any of the
available GUIs.
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev