Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

How to implement UIEvents?: msg#00002

Subject: 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.


<Prev in Thread] Current Thread [Next in Thread>