[Top]
GTK2
GTK2.TreeView
|
Method GTK2.TreeView()->get_cursor()
- Method
get_cursor
mapping get_cursor()
- Description
Returns the current path and focus column. If the cursor isn't currently
set, then "path" will be 0. If no column currently has focus, then
"focus_column" will be 0.
Returns ([ "path": GTK2.TreePath, "column": GTK2.TreeViewColumn ]);
|