mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 13:24:14 +01:00
multiview and vertical splitview
some bug fixes configurable default font size etc
This commit is contained in:
@@ -440,6 +440,14 @@ WMSortBrowserColumn(WMBrowser *bPtr, int column)
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
WMSortBrowserColumnWithComparer(WMBrowser *bPtr, int column,
|
||||
int (f)(const void*, const void*))
|
||||
{
|
||||
WMSortListItemsWithComparer(bPtr->columns[column], f);
|
||||
}
|
||||
|
||||
|
||||
|
||||
WMListItem*
|
||||
WMInsertBrowserItem(WMBrowser *bPtr, int column, int row, char *text,
|
||||
|
||||
Reference in New Issue
Block a user