Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dtrigger_list_edit_dlg.cpp496 void trigger_frame::AssignFocus(int rowId) in AssignFocus() argument
500 while (child && rowId) in AssignFocus()
503 rowId--; in AssignFocus()
515 void trigger_frame::SetSelectedRow(int rowId, bool assign_focus) in SetSelectedRow() argument
517 if (mSelectedRow != rowId) in SetSelectedRow()
519 mSelectedRow = rowId; in SetSelectedRow()
525 AssignFocus(rowId); in SetSelectedRow()
Dtrigger_list_edit_dlg.h38 void AssignFocus(int rowId);
39 void SetSelectedRow(int rowId, bool assign_focus = FALSE);