mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-31 02:52:30 +01:00
various fixes, scrollview scrollers, text painting
This commit is contained in:
@@ -45,6 +45,9 @@ typedef struct W_TableViewDelegate {
|
||||
WMTableColumn *WMCreateTableColumn(char *title);
|
||||
|
||||
void WMSetTableColumnWidth(WMTableColumn *column, unsigned width);
|
||||
|
||||
void WMSetTableColumnConstraints(WMTableColumn *column,
|
||||
unsigned minWidth, unsigned maxWidth);
|
||||
|
||||
void WMSetTableColumnDelegate(WMTableColumn *column,
|
||||
WMTableColumnDelegate *delegate);
|
||||
|
||||
Reference in New Issue
Block a user