1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-13 12:25:53 +01:00

- Added WMSetTableViewHasHorizontalScroller()

This commit is contained in:
kojima
2003-03-13 21:36:34 +00:00
parent 277d0055fd
commit 18ed046356
4 changed files with 175 additions and 63 deletions

View File

@@ -108,7 +108,11 @@ void WMReloadTableView(WMTableView *table);
void WMNoteTableViewNumberOfRowsChanged(WMTableView *table);
void WMScrollTableViewRowToVisible(WMTableView *table, int row);
void WMScrollTableViewRowToVisible(WMTableView *table, int row);
void WMSetTableViewHasHorizontalScroller(WMTableView *tPtr, Bool flag);
#ifdef __cplusplus
}
#endif