Home | History | Annotate | Download | only in gtk

Lines Matching refs:row

24 // Get the row number corresponding to |path|.
27 // Get the row number corresponding to |iter|.
30 // Get the row number in the child tree model corresponding to |sort_path| in
35 // Select the given row by number.
36 void SelectAndFocusRowNum(int row, GtkTreeView* tree_view);
38 // Remove the row and all its children from the |tree_store|. If there is a
39 // following row, |iter| will be updated to point to the it and the return value
63 // Should fill in the column and row.
64 virtual void SetColumnValues(int row, GtkTreeIter* iter) = 0;
100 // Callback checking whether a row should be drawn as a separator.
105 // Callback checking whether a row may be selected. We use some rows in the
120 // Return whether the row pointed to by |iter| is a group row, i.e. a group
124 // Return the index into the list store for the given model row.
127 // Add the values from |row| of the ui::TableModel.
128 void AddNodeToList(int row);
190 // Fill the tree store for a row and all its descendants.