diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-19 22:33:44 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-19 22:36:53 -0500 |
| commit | 6b9f1f282fc0aeb2654538a60a6f81dd99421ae1 (patch) | |
| tree | c8b231e148d6b0b4b0c5f3b40afdc3fb8fd00bb7 /wintable/select.h | |
| parent | 7392dca627fbcc3117a1ed264522f4b7301a1b83 (diff) | |
Added tableNotificationSelectionChanged on the Windows Table and hooked it up to package ui's Table.
Diffstat (limited to 'wintable/select.h')
| -rw-r--r-- | wintable/select.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wintable/select.h b/wintable/select.h index 898865a..6ece240 100644 --- a/wintable/select.h +++ b/wintable/select.h @@ -105,6 +105,9 @@ noScroll: NotifyWinEvent(EVENT_OBJECT_SELECTION, t->hwnd, OBJID_CLIENT, t->selectedRow); // TODO send EVENT_OBJECT_STATECHANGED too? // TODO send EVENT_OBJECT_FOCUS + + // TODO before or after NotifyWinEvent()? (see what other things I'm doing) + notify(t, tableNotificationSelectionChanged, t->selectedRow, t->selectedColumn, 0); } // TODO make this needless |
