Returns the index of the selected node
| 182 | // Returns the index of the selected node |
| 183 | // |
| 184 | int |
| 185 | KeyView::GetSelected() const |
| 186 | { |
| 187 | return LineToIndex(GetSelection()); |
| 188 | } |
| 189 | |
| 190 | // |
| 191 | // Returns the name of the control |
no outgoing calls