|
|
|
@ -1646,6 +1646,7 @@ void yon_main_window_complete(main_window *widgets){
|
|
|
|
widgets->ConfigEditButton=yon_gtk_builder_get_widget(builder,"ConfigEditButton");
|
|
|
|
widgets->ConfigEditButton=yon_gtk_builder_get_widget(builder,"ConfigEditButton");
|
|
|
|
widgets->ConfigMainTree=yon_gtk_builder_get_widget(builder,"ConfigMainTree");
|
|
|
|
widgets->ConfigMainTree=yon_gtk_builder_get_widget(builder,"ConfigMainTree");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
widgets->SessionRestartButton=yon_gtk_builder_get_widget(builder,"SessionRestartButton");
|
|
|
|
widgets->SessionMainTree=yon_gtk_builder_get_widget(builder,"SessionMainTree");
|
|
|
|
widgets->SessionMainTree=yon_gtk_builder_get_widget(builder,"SessionMainTree");
|
|
|
|
widgets->SessionStartButton=yon_gtk_builder_get_widget(builder,"SessionStartButton");
|
|
|
|
widgets->SessionStartButton=yon_gtk_builder_get_widget(builder,"SessionStartButton");
|
|
|
|
widgets->SessionStopButton=yon_gtk_builder_get_widget(builder,"SessionStopButton");
|
|
|
|
widgets->SessionStopButton=yon_gtk_builder_get_widget(builder,"SessionStopButton");
|
|
|
|
@ -1705,6 +1706,7 @@ void yon_main_window_complete(main_window *widgets){
|
|
|
|
|
|
|
|
|
|
|
|
g_signal_connect(G_OBJECT(widgets->ConfigEditButton),"clicked",G_CALLBACK(on_config_edit_clicked),widgets);
|
|
|
|
g_signal_connect(G_OBJECT(widgets->ConfigEditButton),"clicked",G_CALLBACK(on_config_edit_clicked),widgets);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// g_signal_connect(G_OBJECT(widgets->SessionRestartButton),"clicked",G_CALLBACK(on_interface_update),widgets);
|
|
|
|
g_signal_connect(G_OBJECT(widgets->SessionStartButton),"clicked",G_CALLBACK(on_session_activate),widgets);
|
|
|
|
g_signal_connect(G_OBJECT(widgets->SessionStartButton),"clicked",G_CALLBACK(on_session_activate),widgets);
|
|
|
|
g_signal_connect(G_OBJECT(widgets->SessionStopButton),"clicked",G_CALLBACK(on_session_end),widgets);
|
|
|
|
g_signal_connect(G_OBJECT(widgets->SessionStopButton),"clicked",G_CALLBACK(on_session_end),widgets);
|
|
|
|
g_signal_connect(G_OBJECT(widgets->SessionBlockButton),"clicked",G_CALLBACK(on_session_block),widgets);
|
|
|
|
g_signal_connect(G_OBJECT(widgets->SessionBlockButton),"clicked",G_CALLBACK(on_session_block),widgets);
|
|
|
|
|