On Mon, Nov 30, 2009 at 10:52 AM, hadass yaari <[email protected]> wrote: > Hello everybody, > I want to be able to pass parameters to the method that the > WText->clicked().connect method gets. > In all of the examples I saw that just a method with 0 parameters is used > but I read in the references that there are signals that gets arguments (up > to 6). I tried to call them but didn't succeeded. > How can I do that? > Maybe I need to connect another signal and not the built in? If so - how can > I connect it the mouse click on the text?
Use Boost.Bind as you would do in any other wrapped function argument listing. ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
