mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-22 01:45:46 +01:00
added nana stuff
added lock option in docked icons
This commit is contained in:
@@ -152,6 +152,16 @@ WMSortListItems(WMList *lPtr)
|
||||
|
||||
|
||||
|
||||
void
|
||||
WMSortListItemsWithComparer(WMList *lPtr, int (f)(const void*, const void*))
|
||||
{
|
||||
WMSortBag(lPtr->items, f);
|
||||
|
||||
paintList(lPtr);
|
||||
}
|
||||
|
||||
|
||||
|
||||
WMListItem*
|
||||
WMInsertListItem(WMList *lPtr, int row, char *text)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user