Skip to content

Commit 5caba05

Browse files
committed
sync
1 parent 0c80242 commit 5caba05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: widget/table.go

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package widget
2+
3+
import "cogentcore.org/core/giv"
4+
5+
func TableSelectedIndex(t *giv.TableView) int { return t.SelIdx }
6+
func TableSelectedValue(t *giv.TableView) any { return t.SelVal }

0 commit comments

Comments
 (0)