Home
last modified time | relevance | path

Searched refs:opendialog_cancel_button (Results 1 – 1 of 1) sorted by relevance

/dports/security/yersinia/yersinia-8c0d7c5/src/
H A Dgtk-interface.c728 GtkWidget *opendialog_cancel_button; in gtk_i_create_opendialog() local
742 opendialog_cancel_button = gtk_button_new_from_stock ("gtk-cancel"); in gtk_i_create_opendialog()
743 gtk_widget_show (opendialog_cancel_button); in gtk_i_create_opendialog()
744 …gtk_dialog_add_action_widget (GTK_DIALOG (opendialog), opendialog_cancel_button, GTK_RESPONSE_CANC… in gtk_i_create_opendialog()
745 GTK_WIDGET_SET_FLAGS (opendialog_cancel_button, GTK_CAN_DEFAULT); in gtk_i_create_opendialog()
752 g_signal_connect_swapped ((gpointer) opendialog_cancel_button, "clicked", in gtk_i_create_opendialog()
764 GLADE_HOOKUP_OBJECT (opendialog, opendialog_cancel_button, "opendialog_cancel_button"); in gtk_i_create_opendialog()