Searched refs:cancelbutton1 (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/gtk/
H A Dinterface.c52 GtkWidget *cancelbutton1; local
111 cancelbutton1 = gtk_button_new_from_stock ("gtk-cancel");
112 gtk_widget_show (cancelbutton1);
113 gtk_dialog_add_action_widget (GTK_DIALOG (dialog1), cancelbutton1, GTK_RESPONSE_CANCEL); local
114 GTK_WIDGET_SET_FLAGS (cancelbutton1, GTK_CAN_DEFAULT);
115 //gtk_tooltips_set_tip (tooltips, cancelbutton1, _("Depress this button in order to indicate that you would like to cancel the submitting of authorization data at this time."), NULL);
140 g_signal_connect ((gpointer) cancelbutton1, "clicked",
159 GLADE_HOOKUP_OBJECT (dialog1, cancelbutton1, "cancelbutton1");

Completed in 96 milliseconds