Hi,
On Tue, Apr 9, 2013 at 2:36 AM, 85.mukesh <85.muk...@gmail.com> wrote: > class EventListener : public RefCounted<EventListener> { > public: > enum Type { > JSEventListenerType, > ImageEventListenerType, > ObjCEventListenerType, > CPPEventListenerType, > ConditionEventListenerType, > GObjectEventListenerType, > NativeEventListenerType, > SVGTRefTargetEventListenerType > }; > > under which conditions the following are invoked: > > ImageEventListenerType > You can ignore this. This is completely internal to the way WebKit handle images. > ConditionEventListenerType & > Same, this is internal stuff for SVG. > GObjectEventListenerType > > really confused about GObjectEventListenerType ?? > This is for the GTK GObject bridge. I am not familiar with this bridge, but you should be able to get some help on webkit-gtk. > Moreover is it all possible to do eventing on html elements without using > javascript ???? > use case: i want to move html tag using box2d physics library (Native > code) using eventing mechanism. > I don't understand this question. Do you want to get DOM events from C++ code? Which port of WebKit do you use? Benjamin
_______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help