Home
last modified time | relevance | path

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

/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/test/
H A Dtest_util.py65 assert gaupol.util.tree_path_to_row(path) == 1
66 assert gaupol.util.tree_path_to_row("1") == 1
70 assert gaupol.util.tree_path_to_row(path) == 1
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/
H A Dview.py82 row = gaupol.util.tree_path_to_row(path)
136 return tuple(gaupol.util.tree_path_to_row(x) for x in paths)
143 row = gaupol.util.tree_path_to_row(path)
277 row = gaupol.util.tree_path_to_row(path)
306 row = gaupol.util.tree_path_to_row(path)
H A Dutil.py380 def tree_path_to_row(path): function
H A Dassistants.py875 return gaupol.util.tree_path_to_row(path)
928 row = gaupol.util.tree_path_to_row(path)
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/agents/
H A Dedit.py71 row = gaupol.util.tree_path_to_row(path)
326 row = gaupol.util.tree_path_to_row(path)
362 end = gaupol.util.tree_path_to_row(end)
363 if gaupol.util.tree_path_to_row(path) < end - 1:
H A Dmenu.py213 row = gaupol.util.tree_path_to_row(path)
/dports/audio/gqradio/gqradio-1.9.2/src/
H A Dui_tree_edit.h64 gint tree_path_to_row(GtkTreePath *tpath);
H A Dpreferences.c159 tmp = g_strdup(preset_get_description(tree_path_to_row(ted->path))); in preset_view_frequency_cb()
193 new_path = radio_freq_to_path(preset_get_freq(tree_path_to_row(ted->path)), newname); in preset_view_description_cb()
223 row = tree_path_to_row(tpath); in preset_view_press_cb()
H A Dui2_list_edit.c847 row = tree_path_to_row(ted->path); in list_props_column_key_cb()
878 row = tree_path_to_row(ted->path); in list_props_column_width_cb()
911 row = tree_path_to_row(tpath); in list_props_column_list_cb()
H A Dui_tree_edit.c448 gint tree_path_to_row(GtkTreePath *tpath) in tree_path_to_row() function
H A Dui2_editor.c3218 row = tree_path_to_row(path); in widget_list_row_move_cb()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dui_tree_edit.h73 gint tree_path_to_row(GtkTreePath *tpath);
H A Dui_tree_edit.c479 gint tree_path_to_row(GtkTreePath *tpath) in tree_path_to_row() function
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/data/extensions/custom-framerates/
H A Dcustom-framerates.py89 return list(map(gaupol.util.tree_path_to_row, paths))
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/dialogs/
H A Dspell_check.py334 row = gaupol.util.tree_path_to_row(path)
H A Dpreferences.py294 return gaupol.util.tree_path_to_row(path)