1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-10 10:35:46 +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

@@ -94,6 +94,7 @@ main(int argc, char **argv)
WMMapWidget(win);
table = WMCreateTableView(win);
WMSetTableViewHasHorizontalScroller(table, 0);
WMSetViewExpandsToParent(WMWidgetView(table), 10, 10, 10, 10);
WMSetTableViewBackgroundColor(table, WMWhiteColor(scr));
/*WMSetTableViewGridColor(table, WMGrayColor(scr));*/