Home
last modified time | relevance | path

Searched refs:SELECTION_DO_NOTHING (Results 1 – 4 of 4) sorted by relevance

/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dselection.c100 if(selection_mode <= SELECTION_DO_NOTHING) { in search_selected()
227 if(selection_mode != SELECTION_DO_NOTHING){ in selection_received()
258 if(selection_mode != SELECTION_DO_NOTHING){ in copy_clipboard_win()
357 if(selection_mode == SELECTION_DO_NOTHING) in auto_lookup_start()
401 if((selection_mode != SELECTION_DO_NOTHING) && (auto_lookup_suspended == FALSE)) { in auto_lookup_suspend()
409 if((selection_mode != SELECTION_DO_NOTHING) && (auto_lookup_suspended == TRUE)) { in auto_lookup_resume()
H A Ddefs.h149 #define SELECTION_DO_NOTHING 0 macro
H A Dpreference.c118 selection_mode = SELECTION_DO_NOTHING;
H A Dmainmenu.c360 selection_mode = SELECTION_DO_NOTHING; in menuitem_handler()