Home | History | Annotate | Download | only in gtk

Lines Matching refs:row

27   int row = GetRowNumForPath(path);
29 return row;
36 int row = GetRowNumForPath(child_path);
38 return row;
41 void SelectAndFocusRowNum(int row, GtkTreeView* tree_view) {
48 if (!gtk_tree_model_iter_nth_child(model, &iter, NULL, row)) {
111 // Every group consists of a header and a separator row, and there is a blank
112 // row between groups.
176 void TableAdapter::AddNodeToList(int row) {
178 int list_store_index = GetListStoreIndexForModelRow(row);
193 COL_GROUP_ID, table_model_->GetGroupID(row),
196 delegate_->SetColumnValues(row, &iter);
210 // Blank row between groups.