|
|
|
|
@ -242,6 +242,10 @@ gboolean on_window_delete (GtkWidget *, GdkEvent *,template_main_window *widgets
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void yon_window_remove_exit_config_check(template_main_window *widgets){
|
|
|
|
|
g_signal_handlers_disconnect_by_func(G_OBJECT(widgets->Window),G_CALLBACK(on_window_delete),widgets);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
template_main_window *setup_window(){
|
|
|
|
|
/* Widgets getting | Получение виджетов */
|
|
|
|
|
template_main_window *widgets = malloc(sizeof(template_main_window));
|
|
|
|
|
|