Re: text entry validation

2007-03-13 Thread Matí­as Alejandro Torres
void on_bt_validate_clicked (GtkButton *button,* gpointer user_data*) { *GtkWidget *entry;* [.] } there is no error but nothing is displayed and the application is closed...please help thanks Well, the code i sent you to my surprise, di

Re: text entry validation

2007-03-13 Thread lucks
else { /* Do something else */ } } there is no error but nothing is displayed and the application is closed...please help thanks -- View this message in context: http://www.nabble.com/text-entry-validation-tf3395416.html#a9461256 Sent f

Re: text entry validation

2007-03-13 Thread Matí­as Alejandro Torres
> void > on_bt_validate_clicked (GtkButton *button, > gpointer user_data) > { > > if (dont know how to check)..) > > { > > > } > else/***check if not correct then display dialog box*/ > > GtkWidget *dialog1;

text entry validation

2007-03-13 Thread lucks
box*/ GtkWidget *dialog1; dialog1 = create_dialog1 (); gtk_widget_show (dialog1); } any help is welcomed... -- View this message in context: http://www.nabble.com/text-entry-validation-tf3395416.html#a9452754 Sent from the Gtk+ - Apps Dev mailing list archive at Nabble.com