1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 12:58:08 +01:00

programmatic scroller changes send notifications

fixed bug with tableview resize
made tableview column resizing
This commit is contained in:
kojima
2001-02-13 23:00:14 +00:00
parent 2172a4478e
commit 07c9bb7d8d
5 changed files with 80 additions and 34 deletions

View File

@@ -120,7 +120,6 @@ main(int argc, char **argv)
WMSetTableColumnDelegate(col, colDeleg);
WMSetTableColumnId(col, (void*)2);
colDeleg = WTCreateBooleanSwitchDelegate(table);
col = WMCreateTableColumn("Bool");