Home
last modified time | relevance | path

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

/dports/graphics/geeqie/geeqie-1.6/src/
H A Doptions.h35 gchar *image_l_click_video_editor; member
H A Doptions.c143 options->image_l_click_video_editor = NULL; in init_options()
H A Dimg-view.c599 …if (options->image_l_click_video && options->image_l_click_video_editor && imd->image_fd->format_c… in button_cb()
601 start_editor_from_file(options->image_l_click_video_editor, imd->image_fd); in button_cb()
H A Drcfile.c334 WRITE_NL(); WRITE_CHAR(*options, image_l_click_video_editor); in write_global_attributes()
763 if (READ_CHAR(*options, image_l_click_video_editor)) continue; in load_global_params()
H A Dlayout_image.c1821 …if (options->image_l_click_video && options->image_l_click_video_editor && imd->image_fd && imd->i… in layout_image_button_cb()
1823 start_editor_from_file(options->image_l_click_video_editor, imd->image_fd); in layout_image_button_cb()
H A Dpreferences.c324 options->image_l_click_video_editor = c_options->image_l_click_video_editor; in config_window_apply()
3371 …enu(table, 0, 0, _("Play with:"), options->image_l_click_video_editor, &c_options->image_l_click_v… in config_tab_behavior()
H A Dsearch.c1075 start_editor_from_file(options->image_l_click_video_editor, sd->click_fd); in sr_menu_play_cb()
/dports/graphics/geeqie/geeqie-1.6/src/pan-view/
H A Dpan-view.c2256 start_editor_from_file(options->image_l_click_video_editor, pw->click_pi->fd); in pan_play_cb()