Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/gui/
H A Dwinstack.c41 static gint select_other_window (gpointer self, int seq);
235 return select_other_window(data, WINDOW_PREV); in maybe_select_other_window()
237 return select_other_window(data, WINDOW_NEXT); in maybe_select_other_window()
244 return select_other_window(data, WINDOW_PREV); in maybe_select_other_window()
247 return select_other_window(data, WINDOW_NEXT); in maybe_select_other_window()
769 static gint select_other_window (gpointer self, int seq) in select_other_window() function