Home
last modified time | relevance | path

Searched refs:gtk_tree_model_iter_nth_child (Results 1 – 25 of 956) sorted by relevance

12345678910>>...39

/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/
H A Dlistbox.cpp69 gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(m_Store), &iter, NULL, idx); in Delete()
80 gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(m_Store), &iter, NULL, idx-1); in MoveUp()
94 gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(m_Store), &iter, NULL, idx); in MoveDown()
124 gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(m_Store), &iter, NULL, idx); in SetItemText()
132 gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(m_Store), &iter, NULL, idx); in GetItemText()
144 gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(m_Store), &iter, NULL, idx); in SetCurSel()
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Dprogressdialog.c226 if (gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(store), in progress_dialog_set_row()
244 if (gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(store), in progress_dialog_set_row_pixbuf()
256 if (gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(store), in progress_dialog_set_row_name()
268 if (gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(store), in progress_dialog_set_row_status()
280 if (gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(store), in progress_dialog_set_row_progress()
293 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in progress_dialog_scroll_to_row()
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/
H A Dgtk3wschecklst.pp85 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
109 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
130 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
151 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/
H A Dgtk3wschecklst.pp85 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
109 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
130 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
151 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3wschecklst.pp85 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
109 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
130 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
151 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3wschecklst.pp85 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
109 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
130 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
151 if gtk_tree_model_iter_nth_child(ListStore, @Iter, nil, AIndex) then
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DList.java314 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in deselect()
346 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in deselect()
380 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in deselect()
492 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in getItem()
585 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in getItems()
1123 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in remove()
1291 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in select()
1421 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in selectFocusIndex()
1469 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in setItem()
1693 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in setTopIndex()
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DList.java333 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in deselect()
365 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in deselect()
399 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in deselect()
511 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in getItem()
603 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in getItems()
1156 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in remove()
1324 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in select()
1454 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in selectFocusIndex()
1502 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in setItem()
1726 GTK.gtk_tree_model_iter_nth_child (modelHandle, iter, 0, index); in setTopIndex()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Dliststore.c169 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_insert_high_values()
213 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_append()
257 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_prepend()
285 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_insert_after()
304 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 2)); in list_store_test_insert_after()
348 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 0)); in list_store_test_insert_after_NULL()
351 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_insert_after_NULL()
379 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_insert_before()
398 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_insert_before()
401 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 2)); in list_store_test_insert_before()
[all …]
H A Dtreestore.c172 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_insert_high_values()
216 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_append()
260 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_prepend()
288 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_insert_after()
307 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 2)); in tree_store_test_insert_after()
351 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 0)); in tree_store_test_insert_after_NULL()
354 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_insert_after_NULL()
382 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_insert_before()
401 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_insert_before()
404 g_assert (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 2)); in tree_store_test_insert_before()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Dtreestore.c172 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_insert_high_values()
216 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_append()
260 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_prepend()
288 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_insert_after()
307 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 2)); in tree_store_test_insert_after()
351 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 0)); in tree_store_test_insert_after_NULL()
354 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_insert_after_NULL()
382 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_insert_before()
401 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in tree_store_test_insert_before()
404 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 2)); in tree_store_test_insert_before()
[all …]
H A Dliststore.c169 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_insert_high_values()
213 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_append()
257 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_prepend()
285 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_insert_after()
304 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 2)); in list_store_test_insert_after()
348 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 0)); in list_store_test_insert_after_NULL()
351 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_insert_after_NULL()
379 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_insert_before()
398 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 1)); in list_store_test_insert_before()
401 g_assert_true (gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter_copy, NULL, 2)); in list_store_test_insert_before()
[all …]
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dprefs_template.c874 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_substitute_cb()
897 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_delete_cb()
942 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_duplicate_cb()
969 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, 0) in prefs_template_top_cb()
970 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_top_cb()
990 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row - 1) in prefs_template_up_cb()
991 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_up_cb()
1011 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_down_cb()
1012 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row + 1)) in prefs_template_down_cb()
1032 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_bottom_cb()
[all …]
/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/
H A Dprefs_template.c874 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_substitute_cb()
897 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_delete_cb()
942 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_duplicate_cb()
969 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, 0) in prefs_template_top_cb()
970 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_top_cb()
990 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row - 1) in prefs_template_up_cb()
991 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_up_cb()
1011 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_down_cb()
1012 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row + 1)) in prefs_template_down_cb()
1032 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_bottom_cb()
[all …]
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dprefs_template.c874 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_substitute_cb()
897 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_delete_cb()
942 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_duplicate_cb()
969 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, 0) in prefs_template_top_cb()
970 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_top_cb()
990 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row - 1) in prefs_template_up_cb()
991 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_up_cb()
1011 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_down_cb()
1012 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row + 1)) in prefs_template_down_cb()
1032 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_bottom_cb()
[all …]
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dprefs_template.c874 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_substitute_cb()
897 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_delete_cb()
942 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_duplicate_cb()
969 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, 0) in prefs_template_top_cb()
970 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_top_cb()
990 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row - 1) in prefs_template_up_cb()
991 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_up_cb()
1011 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_down_cb()
1012 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row + 1)) in prefs_template_down_cb()
1032 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_bottom_cb()
[all …]
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/
H A Dprefs_template.c874 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_substitute_cb()
897 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_delete_cb()
942 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_duplicate_cb()
969 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, 0) in prefs_template_top_cb()
970 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_top_cb()
990 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row - 1) in prefs_template_up_cb()
991 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_up_cb()
1011 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_down_cb()
1012 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row + 1)) in prefs_template_down_cb()
1032 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_bottom_cb()
[all …]
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dprefs_template.c874 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_substitute_cb()
897 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_delete_cb()
942 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_duplicate_cb()
969 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, 0) in prefs_template_top_cb()
970 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_top_cb()
990 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row - 1) in prefs_template_up_cb()
991 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_up_cb()
1011 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_down_cb()
1012 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row + 1)) in prefs_template_down_cb()
1032 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_bottom_cb()
[all …]
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dprefs_template.c874 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_substitute_cb()
897 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_delete_cb()
942 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_duplicate_cb()
969 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, 0) in prefs_template_top_cb()
970 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_top_cb()
990 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row - 1) in prefs_template_up_cb()
991 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_up_cb()
1011 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_down_cb()
1012 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row + 1)) in prefs_template_down_cb()
1032 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_bottom_cb()
[all …]
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/
H A Dprefs_template.c874 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_substitute_cb()
897 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_delete_cb()
942 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_duplicate_cb()
969 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, 0) in prefs_template_top_cb()
970 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_top_cb()
990 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row - 1) in prefs_template_up_cb()
991 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_up_cb()
1011 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_down_cb()
1012 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row + 1)) in prefs_template_down_cb()
1032 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_bottom_cb()
[all …]
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/
H A Dprefs_template.c874 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_substitute_cb()
897 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_delete_cb()
942 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_duplicate_cb()
969 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, 0) in prefs_template_top_cb()
970 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_top_cb()
990 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row - 1) in prefs_template_up_cb()
991 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_up_cb()
1011 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_down_cb()
1012 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row + 1)) in prefs_template_down_cb()
1032 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_bottom_cb()
[all …]
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/
H A Dprefs_template.c874 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_substitute_cb()
897 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_delete_cb()
942 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_duplicate_cb()
969 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, 0) in prefs_template_top_cb()
970 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_top_cb()
990 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row - 1) in prefs_template_up_cb()
991 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_up_cb()
1011 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_down_cb()
1012 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row + 1)) in prefs_template_down_cb()
1032 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_bottom_cb()
[all …]
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/
H A Dprefs_template.c874 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_substitute_cb()
897 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_delete_cb()
942 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_duplicate_cb()
969 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, 0) in prefs_template_top_cb()
970 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_top_cb()
990 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row - 1) in prefs_template_up_cb()
991 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_up_cb()
1011 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_down_cb()
1012 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row + 1)) in prefs_template_down_cb()
1032 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_bottom_cb()
[all …]
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/
H A Dprefs_template.c874 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_substitute_cb()
897 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_delete_cb()
942 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_duplicate_cb()
969 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, 0) in prefs_template_top_cb()
970 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_top_cb()
990 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row - 1) in prefs_template_up_cb()
991 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_up_cb()
1011 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_down_cb()
1012 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row + 1)) in prefs_template_down_cb()
1032 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_bottom_cb()
[all …]
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/
H A Dprefs_template.c874 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_substitute_cb()
897 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_delete_cb()
942 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) in prefs_template_duplicate_cb()
969 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, 0) in prefs_template_top_cb()
970 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_top_cb()
990 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row - 1) in prefs_template_up_cb()
991 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row)) in prefs_template_up_cb()
1011 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_down_cb()
1012 || !gtk_tree_model_iter_nth_child(model, &sel, NULL, row + 1)) in prefs_template_down_cb()
1032 if (!gtk_tree_model_iter_nth_child(model, &top, NULL, row) in prefs_template_bottom_cb()
[all …]

12345678910>>...39