Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dtrigger_list_edit_dlg.h73 int GetRowCount(){ return mTriggerList.GetCount(); }; in GetRowCount() function
Dstring_table_edit_dlg.h78 int GetRowCount() { return mRowCount; }; in GetRowCount() function
Dstring_table_edit_dlg.cpp394 …tring.Format(_T("Search found %d matching string table entries"), mpTableFrame->GetRowCount() - 1); in UpdateSearchMessage()
671 if (row_id < 0 || row_id > mpTableFrame->GetRowCount()) in StringSelected()