Home
last modified time | relevance | path

Searched refs:mousewheel_scrolls (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/geeqie/geeqie-1.6/src/
H A Doptions.h32 gboolean mousewheel_scrolls; member
H A Doptions.c140 options->mousewheel_scrolls = FALSE; in init_options()
H A Drcfile.c331 WRITE_NL(); WRITE_BOOL(*options, mousewheel_scrolls); in write_global_attributes()
760 if (READ_BOOL(*options, mousewheel_scrolls)) continue; in load_global_params()
H A Dpreferences.c321 options->mousewheel_scrolls = c_options->mousewheel_scrolls; in config_window_apply()
3365 options->mousewheel_scrolls, &c_options->mousewheel_scrolls); in config_tab_behavior()
H A Dimg-view.c638 else if ( (event->state & GDK_SHIFT_MASK) != (guint) (options->mousewheel_scrolls)) in scroll_cb()
H A Dlayout_image.c1873 else if (options->mousewheel_scrolls) in layout_image_scroll_cb()