Hey Michael, 2008/11/25 Michael Sørensen Loft <[EMAIL PROTECTED]>: > Hi, > > I'm trying to emit the clicked signal on a WAnchor from code. > The code is: > > anchor->clicked.emit(); > > but gcc says that I have no matching function call. The candidate is: > void Wt::EventSignal<E>::emit(E) [with E = Wt::WMouseEvent] > > I don't know how to create the WMouseEvent. Can anyone here help me?
You can use its default constructor. Regards, koen ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
