From 6a0d1166d98c8f379fca1cb1a039959994ff9f96 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 20 Aug 2014 21:37:44 -0400 Subject: Changed tableOnSelection() to tableSelectionChanged() in the Windows files for parity with the GTK+ and (next commit) Mac OS X files. --- redo/table_windows.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'redo/table_windows.go') diff --git a/redo/table_windows.go b/redo/table_windows.go index 2976011..52d964f 100644 --- a/redo/table_windows.go +++ b/redo/table_windows.go @@ -187,8 +187,8 @@ func tableToggled(data unsafe.Pointer, row C.int, col C.int) { panic(fmt.Errorf("tableSetHot() on non-checkbox at (%d, %d)", row, col)) } -//export tableOnSelected -func tableOnSelected(data unsafe.Pointer) { +//export tableSelectionChanged +func tableSelectionChanged(data unsafe.Pointer) { t := (*table)(data) t.selected.fire() } -- cgit v1.2.3