Re: exit program on notification
- From: Michal ROMAN <michal roman nov sk>
- To: gtk-app-devel-list gnome org
- Subject: Re: exit program on notification
- Date: 20 Sep 2001 09:33:44 +0200
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]