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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user