1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-30 20:35:49 +01:00

Code to allow multiple selection in WMBrowser

This commit is contained in:
dan
2000-10-03 20:52:15 +00:00
parent b24b51b514
commit ed39c92de0
3 changed files with 74 additions and 7 deletions

View File

@@ -1182,9 +1182,13 @@ char* WMSetBrowserPath(WMBrowser *bPtr, char *path);
/* free the returned string */
char *WMGetBrowserPath(WMBrowser *bPtr);
/* free the returned string */
char *WMGetBrowserPathToColumn(WMBrowser *bPtr, int column);
/* free the returned array */
WMArray* WMGetBrowserPaths(WMBrowser *bPtr);
void WMSetBrowserAction(WMBrowser *bPtr, WMAction *action, void *clientData);
void WMSetBrowserDoubleAction(WMBrowser *bPtr, WMAction *action,