summaryrefslogtreecommitdiff
path: root/module/grid/fbrowse.m
diff options
context:
space:
mode:
Diffstat (limited to 'module/grid/fbrowse.m')
-rw-r--r--module/grid/fbrowse.m13
1 files changed, 13 insertions, 0 deletions
diff --git a/module/grid/fbrowse.m b/module/grid/fbrowse.m
new file mode 100644
index 00000000..61107d20
--- /dev/null
+++ b/module/grid/fbrowse.m
@@ -0,0 +1,13 @@
+FBrowse : module
+{
+ PATH: con "/dis/grid/lib/fbrowse.dis";
+ NOTHING: con 0;
+ RUN: con 1;
+ OPEN: con 2;
+ WRITE: con 3;
+ ERROR: con -1;
+
+ init : fn (ctxt : ref Draw->Context, title, root, currdir: string): string;
+ readpath : fn (dir: Browser->File): (array of ref sys->Dir, int);
+};
+