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), "ent
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:
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:
When "123" is entered into the text field and the "submit" button is