RE: How can I access gtk_tree_view declared in interface.c from callback.c ?

2005-05-19 Thread R.Rajaram
Have a look at "lookup_widget" in support.c. Hope it helps -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Colossus Sent: Thursday, May 19, 2005 4:36 PM To: gtk-app-devel-list@gnome.org Subject: How can I access gtk_tree_view declared in interface.c fro

RE: signal passing

2005-05-24 Thread R.Rajaram
>g_signal_emit_by_name (entry, "activate", NULL); Where you have defined entry ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of srinivas Sent: Tuesday, May 24, 2005 2:43 PM To: Santhosh Cc: gtk-app-devel-list@gnome.org Subject: Re: signal passing hi s

RE: GtkTextView Tutorial

2005-05-28 Thread R.Rajaram
Can we limit the text in GtkTextView as we do in GtkEntry ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Saturday, May 28, 2005 3:59 PM To: gtk-app-devel-list@gnome.org Subject: GtkTextView Tutorial A tutorial on GtkTextView a

RE: gtk_entry problem in a gtk_dialog

2005-06-30 Thread R.Rajaram
I don't see any problem in the code ? I hope you are not doing "gtk_widget_destroy ( prefs_window );" in the "else" part of the code ? If NO the code should get back to the dialog "prefs". If YES we have to have as follows : ,... ,... ,... if ( (! extract_path ) || ( ! strlen ( extrac