Você está na página 1de 1

The .

fluent File (2)

ƒ Scheme commands can also be appended inside the .fluent file itself
;; ------------------------------------------------------------------------------------------;;
;; Code to create USC panel
(let ((menu (cx-add-menu "USC" #\U)))
(cx-add-item menu "User Services Center" #\O #f and (lambda ()
(system "netscape http://www.fluentusers.com/ &"))))
;; Various useful stuff
(set! *cx-exit-on-error* #f)
;; ------------------------------------------------------------------------------------------;;

USC panel created by

13 / 75

Você também pode gostar