1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-05-09 18:52:58 +02: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
-1
View File
@@ -120,7 +120,6 @@ main(int argc, char **argv)
WMSetTableColumnDelegate(col, colDeleg);
WMSetTableColumnId(col, (void*)2);
colDeleg = WTCreateBooleanSwitchDelegate(table);
col = WMCreateTableColumn("Bool");