On Wed, Sep 05, 2007 at 03:58:25PM +0200, [EMAIL PROTECTED] wrote:
> I can't figure how to pass multiple arguments to a signal event.I'll be very
> grateful if someone could explain it to me or write some example.
You can pass a pointer and this is enough becuase a pointer
can point to arbitraril
Hello,
I can't figure how to pass multiple arguments to a signal event.I'll be very
grateful if someone could explain it to me or write some example.
For example, let's say I have in a window 2 entries and a button. How can I
pass the 2 entry widgets to the signal function for working with them