|
|
|
|
@ -430,10 +430,9 @@ void yon_configuration_mode_check(main_window *widgets){
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void yon_page_update(main_window *widgets){
|
|
|
|
|
// yon_resize_images_update(widgets);
|
|
|
|
|
yon_navigation_buttons_set_sensetiveness(widgets);
|
|
|
|
|
// yon_switch_page_render(widgets);
|
|
|
|
|
// yon_configuration_mode_check(widgets);
|
|
|
|
|
yon_switch_page_render(widgets);
|
|
|
|
|
yon_configuration_mode_check(widgets);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
enum YON_PAGES yon_sections_get_next_page(main_window *widgets){
|
|
|
|
|
|