private void putNonStandardIcons() { Pixbuf pixbuf; viewport_chronojump_logo.ModifyBg(StateType.Normal, new Gdk.Color(0x0e, 0x1e, 0x46)); pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameLogoTransparent); image_chronojump_logo.Pixbuf = pixbuf; //hide label_version_hidden label_version_hidden.ModifyFg(StateType.Normal, new Gdk.Color(0x0e, 0x1e, 0x46)); //show label_version on white label_version.ModifyFg(StateType.Normal, new Gdk.Color(0xff, 0xff, 0xff)); //change colors of tests mode /* * start of material design icons ----> */ pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_home.png"); image_mode_main_menu.Pixbuf = pixbuf; image_home.Pixbuf = pixbuf; image_home1.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_settings.png"); image_settings.Pixbuf = pixbuf; image_settings1.Pixbuf = pixbuf; image_session_preferences.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_minimize.png"); image_minimize.Pixbuf = pixbuf; image_minimize1.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_quit.png"); image_quit.Pixbuf = pixbuf; image_quit1.Pixbuf = pixbuf; image_quit2.Pixbuf = pixbuf; image_quit_from_app1.Pixbuf = pixbuf; image_message_at_start.Pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_warning_red.png"); pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "muscle-concentric.png"); image_top_eccon.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "muscle-concentric.png"); image_encoder_eccon_concentric.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "muscle-excentric-concentric.png"); image_encoder_eccon_eccentric_concentric.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "laterality-both.png"); image_top_laterality.Pixbuf = pixbuf; image_encoder_laterality_both.Pixbuf = pixbuf; image_force_sensor_laterality_both.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "laterality-right.png"); image_encoder_laterality_r.Pixbuf = pixbuf; image_force_sensor_laterality_r.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "laterality-left.png"); image_encoder_laterality_l.Pixbuf = pixbuf; image_force_sensor_laterality_l.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "extra-mass.png"); image_top_extra_mass.Pixbuf = pixbuf; image_extra_mass.Pixbuf = pixbuf; image_encoder_inertial_top_weights.Pixbuf = pixbuf; image_encoder_inertial_weights.Pixbuf = pixbuf; image_force_sensor_calibrate.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "folder_check.png"); image_force_sensor_open_folder.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "zoom.png"); image_force_sensor_check_version.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "portrait_zoom.png"); image_current_person_zoom.Pixbuf = pixbuf; image_current_person_zoom_h.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_no_photo.png"); image_current_person.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_gravity.png"); image_mode_encoder_gravitatory.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_inertia.png"); image_mode_encoder_inertial.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_capture.png"); image_tests_capture.Pixbuf = pixbuf; image_mode_encoder_capture.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_sprint.png"); image_tests_sprint.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_cancel.png"); image_selector_start_cancel.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_person_pin.png"); image_manage_persons.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_person.png"); image_person.Pixbuf = pixbuf; image_person1.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_info.png"); image_info1.Pixbuf = pixbuf; image_info2.Pixbuf = pixbuf; image_info3.Pixbuf = pixbuf; image_info4.Pixbuf = pixbuf; image_run_simple_with_reaction_time_help.Pixbuf = pixbuf; image_run_interval_with_reaction_time_help.Pixbuf = pixbuf; image_reaction_time_device_help.Pixbuf = pixbuf; image_info_sessions_info.Pixbuf = pixbuf; image_encoder_1RM_info.Pixbuf = pixbuf; image_force_sensor_adjust_help.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_add_test.png"); image_add_test1.Pixbuf = pixbuf; image_add_test2.Pixbuf = pixbuf; image_add_test3.Pixbuf = pixbuf; image_add_test4.Pixbuf = pixbuf; image_add_test5.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_test_inspect.png"); image_test_inspect.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_chronopic_connect.png"); image_chronopic_connect_contacts.Pixbuf = pixbuf; image_chronopic_connect_encoder.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_recalculate.png"); image_recalculate.Pixbuf = pixbuf; image_force_sensor_analyze_recalculate.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_build_24.png"); image_encoder_configuration.Pixbuf = pixbuf; image_force_sensor_capture_adjust.Pixbuf = pixbuf; image_force_sensor_analyze_options.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_build_16.png"); image_encoder_analyze_mode_options.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_exercise.png"); image_encoder_exercise.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "folder_new_big.png"); image_session_new.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "folder_new.png"); image_session_new2.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "folder_open_big.png"); image_session_load.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "folder_open.png"); image_session_open.Pixbuf = pixbuf; image_encoder_capture_open.Pixbuf = pixbuf; image_encoder_capture_open1.Pixbuf = pixbuf; image_force_sensor_capture_load.Pixbuf = pixbuf; image_force_sensor_analyze_load.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "zero.png"); image_force_sensor_tare.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "one.png"); image_encoder_capture_1set.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "cont.png"); image_encoder_capture_cont.Pixbuf = pixbuf; //pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "run.png"); pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_capture_big.png"); image_encoder_capture_execute.Pixbuf = pixbuf; image_button_execute.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_add.png"); image_encoder_exercise_add.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_edit.png"); image_encoder_exercise_edit.Pixbuf = pixbuf; image_force_sensor_exercise_edit.Pixbuf = pixbuf; image_edit_current_person.Pixbuf = pixbuf; image_edit_current_person_h.Pixbuf = pixbuf; image_session_edit.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_close.png"); image_encoder_exercise1.Pixbuf = pixbuf; image_force_sensor_analyze_options_close.Pixbuf = pixbuf; image_encoder_analyze_mode_options_close.Pixbuf = pixbuf; image_force_sensor_capture_adjust_close.Pixbuf = pixbuf; /* * pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_up.png"); * image_persons_up.Pixbuf = pixbuf; * pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_down.png"); * image_persons_down.Pixbuf = pixbuf; */ //persons buttons pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_person_add.png"); image_persons_new_1.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_group_add.png"); image_persons_new_plus.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_person_outline.png"); image_persons_open_1.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_group_outline.png"); image_persons_open_plus.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_rest.png"); image_rest.Pixbuf = pixbuf; image_encoder_rhythm_rest.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "folder_check.png"); image_all_persons_events.Pixbuf = pixbuf; image_all_persons_events_h.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "inertial_rolled.png"); image_inertial_rolled.Pixbuf = pixbuf; //pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "inertial_half_rolled.png"); //image_inertial_half_rolled.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "inertial_extended.png"); image_inertial_extended.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "calibrate.png"); image_encoder_calibrate.Pixbuf = pixbuf; image_encoder_recalibrate.Pixbuf = pixbuf; image_video_yes.Pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_photo_start_camera.png"); image_video_encoder_yes.Pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_photo_start_camera.png"); image_video_no.Pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_photo_end_camera.png"); image_video_encoder_no.Pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_photo_end_camera.png"); pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_photo_preview.png"); image_video_preview.Pixbuf = pixbuf; image_video_encoder_preview.Pixbuf = pixbuf; /* * <------ end of material design icons */ pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "selector-jumps.png"); image_selector_start_jumps.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "selector-runs.png"); image_selector_start_runs.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "selector-encoder.png"); image_selector_start_encoder.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "selector-force.png"); image_selector_start_force_sensor.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "selector-rt.png"); image_selector_start_rt.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "selector-multichronopic.png"); image_selector_start_other.Pixbuf = pixbuf; /* * gui for small screens */ pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_jump_simple.png"); image_mode_jumps_small.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_jump_reactive.png"); image_mode_jumps_reactive_small.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_run_simple.png"); image_mode_runs_small.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_run_multiple.png"); image_mode_runs_intervallic_small.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "run.png"); image_run_execute_running.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "run_photocell.png"); image_run_execute_photocell.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNamePulse); image_mode_pulses_small.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameMultiChronopic); image_mode_multi_chronopic_small.Pixbuf = pixbuf; label_start_selector_jumps.Text = "<b>" + label_start_selector_jumps.Text + "</b>"; label_start_selector_races.Text = "<b>" + label_start_selector_races.Text + "</b>"; label_start_selector_encoder.Text = "<b>" + label_start_selector_encoder.Text + "</b>"; label_start_selector_jumps.UseMarkup = true; label_start_selector_races.UseMarkup = true; label_start_selector_encoder.UseMarkup = true; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameJumpsFallCalculate); extra_windows_jumps_image_dj_fall_calculate.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameJumpsFallPredefined); extra_windows_jumps_image_dj_fall_predefined.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "line_session_avg.png"); image_line_session_avg.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "line_session_max.png"); image_line_session_max.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "line_person_avg.png"); image_line_person_avg.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "line_person_max.png"); image_line_person_max.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "line_person_max_all_sessions.png"); image_line_person_max_all_sessions.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameImport); image_import_database.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameExport); image_export_csv.Pixbuf = pixbuf; image_export_encoder_signal.Pixbuf = pixbuf; //reaction times changes //UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_reaction_time); //UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_reaction_time_animation_lights); //UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_reaction_time_flicker); //UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_reaction_time_discriminative); UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_reaction_time); UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_reaction_time_animation_lights); UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_reaction_time_flicker); UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_reaction_time_discriminative); //pulses changes //UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_pulses_free); //UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_pulses_custom); UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_pulses_free); UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_pulses_custom); //multichronopic changes //UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_multichronopic_start); //UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_multichronopic_run_analysis); UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_multichronopic_start); UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_multichronopic_run_analysis); //open buttons (this is shown better in windows than the default open icon) //pixbuf = new Pixbuf (null, Util.GetImagePath(false) + Constants.FileNameOpen); //image_session_open.Pixbuf = pixbuf; //not changed because it's small. TODO: do bigger //image_encoder_capture_open.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "stock_bell_none.png"); image_jump_reactive_bell.Pixbuf = pixbuf; image_run_interval_bell.Pixbuf = pixbuf; image_encoder_bell.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "preferences-system.png"); image_jump_reactive_repair.Pixbuf = pixbuf; image_run_interval_repair.Pixbuf = pixbuf; image_pulse_repair.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "stock_delete.png"); image_person_delete.Pixbuf = pixbuf; image_person_delete_h.Pixbuf = pixbuf; image_delete_last_test.Pixbuf = pixbuf; image_jump_delete.Pixbuf = pixbuf; image_jump_reactive_delete.Pixbuf = pixbuf; image_run_delete.Pixbuf = pixbuf; image_run_interval_delete.Pixbuf = pixbuf; image_reaction_time_delete.Pixbuf = pixbuf; image_pulse_delete.Pixbuf = pixbuf; image_multi_chronopic_delete.Pixbuf = pixbuf; image_jump_type_delete_simple.Pixbuf = pixbuf; image_jump_type_delete_reactive.Pixbuf = pixbuf; image_run_type_delete_simple.Pixbuf = pixbuf; image_run_type_delete_intervallic.Pixbuf = pixbuf; image_session_delete.Pixbuf = pixbuf; image_button_cancel.Pixbuf = pixbuf; image_encoder_capture_cancel.Pixbuf = pixbuf; image_encoder_analyze_cancel.Pixbuf = pixbuf; //zoom icons, done like this because there's one zoom icon created ad-hoc, //and is not nice that the other are different for an user theme change pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameZoomFitIcon); image_jumps_zoom.Pixbuf = pixbuf; image_jumps_rj_zoom.Pixbuf = pixbuf; image_runs_zoom.Pixbuf = pixbuf; image_runs_interval_zoom.Pixbuf = pixbuf; image_reaction_times_zoom.Pixbuf = pixbuf; image_pulses_zoom.Pixbuf = pixbuf; image_multi_chronopic_zoom.Pixbuf = pixbuf; //video play icons pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "video_play.png"); image_video_play_this_test.Pixbuf = pixbuf; image_video_play_this_test_encoder.Pixbuf = pixbuf; image_video_play_selected_jump.Pixbuf = pixbuf; image_video_play_selected_jump_rj.Pixbuf = pixbuf; image_video_play_selected_run.Pixbuf = pixbuf; image_video_play_selected_run_interval.Pixbuf = pixbuf; image_video_play_selected_pulse.Pixbuf = pixbuf; image_video_play_selected_reaction_time.Pixbuf = pixbuf; image_video_play_selected_multi_chronopic.Pixbuf = pixbuf; //white background in chronopic viewports UtilGtk.DeviceColors(viewport_chronopics, true); UtilGtk.DeviceColors(viewport_chronopic_encoder, true); //encoder UtilGtk.ColorsRadio(viewport_chronopics, radiobutton_encoder_analyze_powerbars); UtilGtk.ColorsRadio(viewport_chronopics, radiobutton_encoder_analyze_cross); UtilGtk.ColorsRadio(viewport_chronopics, radiobutton_encoder_analyze_instantaneous); UtilGtk.ColorsRadio(viewport_chronopics, radiobutton_encoder_analyze_neuromuscular_profile); UtilGtk.ColorsCheckbox(viewport_chronopics, check_encoder_analyze_show_position); UtilGtk.ColorsCheckbox(viewport_chronopics, check_encoder_analyze_show_speed); UtilGtk.ColorsCheckbox(viewport_chronopics, check_encoder_analyze_show_accel); UtilGtk.ColorsCheckbox(viewport_chronopics, check_encoder_analyze_show_force); UtilGtk.ColorsCheckbox(viewport_chronopics, check_encoder_analyze_show_power); UtilGtk.ColorsCheckbox(viewport_chronopics, check_encoder_analyze_show_range); UtilGtk.ColorsCheckbox(viewport_chronopics, check_encoder_analyze_show_time_to_peak_power); pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "gpm-statistics.png"); image_encoder_analyze_stats.Pixbuf = pixbuf; image_encoder_analyze_image_save.Pixbuf = pixbuf; image_forcesensor_analyze_save_signal.Pixbuf = pixbuf; image_forcesensor_analyze_save_rfd_auto.Pixbuf = pixbuf; image_forcesensor_analyze_save_rfd_manual.Pixbuf = pixbuf; image_jumps_profile_save.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "stock_delete.png"); image_encoder_signal_delete.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "spreadsheet.png"); image_encoder_analyze_table_save.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_analyze_general.png"); image_tests_analyze_general.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "jumps-profile-pie.png"); image_tab_jumps_profile.Pixbuf = pixbuf; // execute tests ---> /* * pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "gtk-apply.png"); //trying high contrast (black) * image_button_execute.Pixbuf = pixbuf; * image_encoder_capture_execute.Pixbuf = pixbuf; */ //pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "finish.png"); //gnome (white) pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "floppy.png"); image_button_finish.Pixbuf = pixbuf; image_encoder_capture_finish.Pixbuf = pixbuf; //pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "gtk-cancel.png"); //high contrast (black) //image_button_cancel.Pixbuf = pixbuf; //image_encoder_capture_cancel.Pixbuf = pixbuf; // <--- end of execute tests pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeIndividualCurrentSetIcon); image_encoder_analyze_individual_current_set.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeIndividualCurrentSessionIcon); image_encoder_analyze_individual_current_session.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeIndividualAllSessionsIcon); image_encoder_analyze_individual_all_sessions.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeGroupalCurrentSessionIcon); image_encoder_analyze_groupal_current_session.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzePowerbarsIcon); image_encoder_analyze_powerbars.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeCrossIcon); image_encoder_analyze_cross.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyze1RMIcon); image_encoder_analyze_1RM.Pixbuf = pixbuf; image_encoder_analyze_1RM_save.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeInstantaneousIcon); image_encoder_analyze_instantaneous.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeSideIcon); image_encoder_analyze_side.Pixbuf = pixbuf; image_encoder_analyze_selected_side.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeSuperposeIcon); image_encoder_analyze_superpose.Pixbuf = pixbuf; image_encoder_analyze_selected_superpose.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeSingleIcon); image_encoder_analyze_single.Pixbuf = pixbuf; image_encoder_analyze_selected_single.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeAllSetIcon); image_encoder_analyze_all_set.Pixbuf = pixbuf; image_encoder_analyze_selected_all_set.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeNmpIcon); image_encoder_analyze_nmp.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeEcconTogetherIcon); image_encoder_analyze_eccon_together.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeEcconSeparatedIcon); image_encoder_analyze_eccon_separated.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzePositionIcon); image_encoder_analyze_position.Pixbuf = pixbuf; image_encoder_analyze_show_SAFE_position.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeSpeedIcon); image_encoder_analyze_speed.Pixbuf = pixbuf; image_encoder_analyze_show_SAFE_speed.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeAccelIcon); image_encoder_analyze_accel.Pixbuf = pixbuf; image_encoder_analyze_show_SAFE_accel.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeForceIcon); image_encoder_analyze_force.Pixbuf = pixbuf; image_encoder_analyze_show_SAFE_force.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzePowerIcon); image_encoder_analyze_power.Pixbuf = pixbuf; image_encoder_analyze_show_SAFE_power.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeMeanIcon); image_encoder_analyze_mean.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeMaxIcon); image_encoder_analyze_max.Pixbuf = pixbuf; //pixbuf = new Pixbuf (null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeRangeIcon); pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzePositionIcon); image_encoder_analyze_range.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderAnalyzeTimeToPPIcon); image_encoder_analyze_time_to_pp.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameEncoderInertialInstructions); image_encoder_inertial_instructions.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + "image_encoder_triggers.png"); image_encoder_triggers.Pixbuf = pixbuf; //auto mode pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameAutoPersonSkipIcon); image_auto_person_skip.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameAutoPersonRemoveIcon); image_auto_person_remove.Pixbuf = pixbuf; pixbuf = new Pixbuf(null, Util.GetImagePath(false) + Constants.FileNameLogo320); //changed to 270 for the presentation image_presentation_logo.Pixbuf = pixbuf; }