added flag for explicit vs implicit wx for spidey
original commit: 1c29c0a03729d3e03629a2a8a1515cf577721e49
This commit is contained in:
parent
d843c43cf7
commit
ee00937e34
|
@ -1,6 +1,7 @@
|
|||
|
||||
(unit/sig mred:edit^
|
||||
(import [mred:constants : mred:constants^]
|
||||
(import [wx : mred:wx^]
|
||||
[mred:constants : mred:constants^]
|
||||
[mred:connections : mred:connections^]
|
||||
[mred:finder : mred:finder^]
|
||||
[mred:path-utils : mred:path-utils^]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
(unit/sig mred:exit^
|
||||
(import [mred:constants : mred:constants^]
|
||||
(import [wx : mred:wx^]
|
||||
[mred:constants : mred:constants^]
|
||||
[mred:preferences : mred:preferences^]
|
||||
[mred:gui-utils : mred:gui-utils^])
|
||||
(rename (-exit exit))
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
(unit/sig mred:finder^
|
||||
(import [mred:constants : mred:constants^]
|
||||
(import [wx : mred:wx^]
|
||||
[mred:constants : mred:constants^]
|
||||
[mred:container : mred:container^]
|
||||
[mred:preferences : mred:preferences^]
|
||||
[mred:gui-utils : mred:gui-utils^]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
(unit/sig mred:keymap^
|
||||
(import [mred:constants : mred:constants^]
|
||||
(import [wx : mred:wx^]
|
||||
[mred:constants : mred:constants^]
|
||||
[mred:preferences : mred:preferences^]
|
||||
[mred:exit : mred:exit^]
|
||||
[mred:finder : mred:finder^]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
(unit/sig mred:panel^
|
||||
(import [mred:constants : mred:constants^]
|
||||
(import [wx : mred:wx^]
|
||||
[mred:constants : mred:constants^]
|
||||
[mred:container : mred:container^]
|
||||
[mred:canvas : mred:canvas^]
|
||||
mzlib:function^)
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
;; need a preference for pconvert
|
||||
|
||||
(unit/sig mred:preferences^
|
||||
(import [mred:constants : mred:constants^]
|
||||
(import [wx : mred:wx^]
|
||||
[mred:constants : mred:constants^]
|
||||
[mred:exn : mred:exn^]
|
||||
[mred : mred:container^] ;; warning -- to use the mred:panel macros,
|
||||
;; need to have mred:container be prefixed with "mred"
|
||||
|
|
Loading…
Reference in New Issue
Block a user