NAME
jtools - Perl extension for JDockApp. It's the tools, man.
SYNOPSIS
use Wharf::JDockApp::jtools;
Wharf::JDockApp::jtools::jpprint($x, $y, COLOR, "text");
Wharf::JDockApp::jtools::jprint(COLOR, "text");
Wharf::JDockApp::jtools::set_setup(\&func);
Wharf::JDockApp::jtools::set_expose(\&func);
Wharf::JDockApp::jtools::set_update(\&func);
Wharf::JDockApp::jtools::set_button(\&func);
Wharf::JDockApp::jtools::clear_window;
Wharf::JDockApp::jtools::start_app;
Wharf::JDockApp::jtools::set_update_delay($seconds);
Wharf::JDockApp::jtools::set_loop_delay(1000);
DESCRIPTION
You don't want to use this module. It's the support module for JDockApp.
I drain'd these functions and constants out of JDockApp, because I wanted
whatever tools that may come next to be separate from these.
Later there may be some tools for clearing the white grey line,
adding little pictures and buttons, n' doing lines and circles;
but those would come in like Wharf::JDockApp::geom_tools and
Wharf::JDockApp::buttons. These docs are, therefore, basically just
for completeness. Well, and so if you follow the SEE ALSO white
rabbit, you find something worth reading. ;)
Exported constants
The number of colors for jprintf is quite limited. The reason? The XPM 'code' is compiled into the binary.
BLUE - the color blue
CYAN - the color cyan
GREEN - the color green
INDIGO - the color indigo
ORANGE - the color orange
PINK - the color pink
RED - the color red
VIOLET - the color violet
YELLOW - the color yellow
AUTHOR
Jettero Heller <jettero@voltar.org>
SEE ALSO
perl(1), Wharf::JDockApp(3), Wharf::JDockApp::jtools(3).