Re: Pass text to a browser...

2006-03-15 Thread Iago Rubio
On Wed, 2006-03-15 at 03:51 -0600, Eric Rodriguez wrote: Here is my issue: I am creating a very simple app that consists of a text field and a submit button. My goal is to add text to the text field and when the submit button is hit, it will pass a url to a browser. For instance:

Re: Pass text to a browser...

2006-03-15 Thread Iago Rubio
On Wed, 2006-03-15 at 13:36 +0100, Iago Rubio wrote: void on_button1_clicked(GtkButton *button, gpointer user_data) { gchar *output; GError *error = NULL; GtkWidget *label = lookup_widget(GTK_WIDGET(button), label1); GtkWidget *entry = lookup_widget(GTK_WIDGET(button), entry1);