Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstring_table_edit_dlg.cpp1276 int selected_string_index = p_table_frame->GetStringIndex(selected_row_id); in OnDeleteClicked() local
1279 if (project && selected_string_index > 0) in OnDeleteClicked()
1281 string_table_record record = mpTable->GetRecord(selected_string_index); in OnDeleteClicked()
1284 if (mpTable->RemoveString(selected_string_index)) in OnDeleteClicked()