[gdome]How to implement UIEvents?



There are UIEvents, MouseEvents and MutationEvents. MouseEvents,
for example, such as mouseover, mousemove and mouseout are meaningless
without graphic user interface. DOM, however, is not visible standalone.
It contrast to MutationEvents which is natural events from tree structure.

Even if MouseEvents is implemented, how to interact real events from toolkit
for GUI, like GTK? DOM itself have nothing to do with graphic user interface,
so UIEvents and MouseEvents should be raised by GUI toolkit, dependently.
But, on the other hand, DOM should not depend on particular GUI toolkit.
DOM should be avail to connect to any kind of toolkit.

How does libgdome will implement UIEvents? Or how to do that by myself?

Best regard,
kz.



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