Searched refs:fontgrid_select_range (Results 1 – 1 of 1) sorted by relevance
/dports/x11-fonts/gbdfed/gbdfed-1.6/ |
H A D | fontgrid.c | 1165 fontgrid_select_range(Fontgrid *fw, gint32 start, gint32 end) in fontgrid_select_range() function 1614 fontgrid_select_range(fw, pi->sel_start + 1, code); in extend_selection() 1616 fontgrid_select_range(fw, pi->sel_end, code); in extend_selection() 1623 fontgrid_select_range(fw, code, pi->sel_start); in extend_selection() 1625 fontgrid_select_range(fw, code, pi->sel_end); in extend_selection() 1938 fontgrid_select_range(fw, pi->sel_start + 1, code); in fontgrid_shift_key_press() 1940 fontgrid_select_range(fw, pi->sel_end, code); in fontgrid_shift_key_press() 1947 fontgrid_select_range(fw, code, pi->sel_start); in fontgrid_shift_key_press() 1949 fontgrid_select_range(fw, code, pi->sel_end); in fontgrid_shift_key_press()
|