Re: exit program on notification



On St, 2001-09-19 at 17:37, Carlos Pereira wrote:
This is the right way to do things:

callback_yes ()
{
do_yes_stuff;
}

callback_no ()
{
do_no_stuff;
}

callback_cancel ()
{
do_cancel_stuff;
}

show_some_stuff

connect callback_yes, callback_no, callback_cancel


Yes, it is OK, but I use 'create_window_question()' in many places in my
program and therefore doesn't exist one callback function for button
YES, NO, CANCEL. 






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]