mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-10 10:35:46 +01:00
- Added WMSetTableViewHasHorizontalScroller()
This commit is contained in:
@@ -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));*/
|
||||
|
||||
Reference in New Issue
Block a user