Re: gtk_entry problem in a gtk_dialog
- From: Colossus <colossus 3000 it>
- To: "R.Rajaram" <rajaram acmet com>, gtk-app-devel-list gnome org
- Cc:
- Subject: Re: gtk_entry problem in a gtk_dialog
- Date: Thu, 30 Jun 2005 14:45:20 +0200
R.Rajaram wrote:
if ( (! extract_path ) || ( ! strlen ( extract_path ) ) )
{
response = ShowGtkMessageDialog (GTK_WINDOW
(MainWindow),GTK_DIALOG_MODAL,GTK_MESSAGE_ERROR,GTK_BUTTONS_OK,
"Please select where to extract files !" );
return ; //NEW
}
If I put a return statement the dialog window doesn't reply anymore
when I click on Cancel and Ok, because the part of the code who handle
them has been already executed. My problem is how to "go back" without
having another dialog window being opened.
--
Colossus
Cpsed, a Linux OpenGL 3D scene editor
http://cpsed.sourceforge.net/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]