diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-18 01:51:57 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-18 01:51:57 -0500 |
| commit | 9f8ae4051603d4d1bab02465c9662236644bb83d (patch) | |
| tree | 224934ad1e4b5c24850f7af11652e2e1c65eeef1 /winapi_windows.h | |
| parent | 847e9bfd2caacba1c90ee68753d5652abe484501 (diff) | |
Began fixing the new Windows Table. In its current state one bug is fixed and another has been spotted, with the diagnosis coming next.
Diffstat (limited to 'winapi_windows.h')
| -rw-r--r-- | winapi_windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winapi_windows.h b/winapi_windows.h index 49e3827..b2b883d 100644 --- a/winapi_windows.h +++ b/winapi_windows.h @@ -110,6 +110,7 @@ extern void tabLeaveChildren(HWND); extern LPWSTR xtableWindowClass; extern void doInitTable(void); extern void setTableSubclass(HWND, void *); +extern void gotableSetRowCount(HWND, intptr_t); /* TODO extern void tableAutosizeColumns(HWND, int); extern intptr_t tableSelectedItem(HWND); |
