Thanks For all answers
       Can Somebody Send me small example implementing this 
pgCustomizeSelect to set my signal handler to a specific task. I dont wanna 
use really a pgmessage dialod box. when the signal arrives I will implement 
some variables( change their values and set them). In My application I 
recieve many different signals and every signal has been handled by 
different functions.if you send me small example how I can do that.I will be 
most pleased.I looked the pgCustomizeSelect but Couldnt implement the 
signals. I need still some help.

thanks for your concern


void (*signal(int signum, void (*sighandler)(int)))(int);

Signal function used like this in Ansi C standart
This is from man page of linux Redhat 7.2

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to