AmphetaDesk::OS::MacOS - GUI routines for Mac OS 9 and below
gui_init(); # start the gui. gui_listen(); # listen for gui events. gui_note("text"); # send log info to the GUI. open_url(); # open a browser to a preset URL.
This module handles all the GUI routines for MacOS, which admittedly, do absolutely nothing besides spit some text to STDOUT. We did have a native GUI running for a short while, but the code seemed buggy, and it has sat dejected due to lack of interest (from both the developers and the users). The open_url
and gui_listen
routines are the only things that contain native MacOS code.
gui_init
gui_listen
gui_note($text)
$text
to the GUI window. Under MacOS, we just spit it to STDOUT. This routine always returns 1.open_url
Morbus Iff, <morbus@disobey.com>
Copyright 2000-2004 Morbus Iff <morbus@disobey.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.