Home
last modified time | relevance | path

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

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dnotes.c960 gtk_tree_model_get(model, iter_a, N_COLUMN_ENCRYPTED, &type_a, -1); in notes_column_sort_function()
961 gtk_tree_model_get(model, iter_b, N_COLUMN_ENCRYPTED, &type_b, -1); in notes_column_sort_function()
1709 appGUI->nte->notes_columns[N_COLUMN_ENCRYPTED] = gtk_tree_view_column_new_with_attributes(NULL, in gui_create_notes()
1711 "text", N_COLUMN_ENCRYPTED, in gui_create_notes()
1713 gtk_tree_view_column_set_visible(appGUI->nte->notes_columns[N_COLUMN_ENCRYPTED], FALSE); in gui_create_notes()
1714 …end_column(GTK_TREE_VIEW(appGUI->nte->notes_list), appGUI->nte->notes_columns[N_COLUMN_ENCRYPTED]); in gui_create_notes()
1991 …re_set(appGUI->nte->notes_list_store, &iter, N_COLUMN_TYPE, image, N_COLUMN_ENCRYPTED, encrypted, … in check_notes_type()
H A Dgui.h176 N_COLUMN_ENCRYPTED, enumerator