The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.08

  • fixed bug in extension MDI.
  • added methods menuCreate and menuConfig to extension MenuBar
  • fixed bug in base class PluginJobs
  • got rid of Module::Load::Conditional;
  • added method getFileIcon to extension Art
  • extension art now has a cache to reduce system resources for frequently used icons.
  • corrected documentation in extension Panels
  • extension MDI now has a dropdown item for recent files on the toolbar
  • revised about box in extension Help

Documentation

Some recipies
Write your own content manager
Write your own extension
Write your own plugin
Getting started with Tk::AppWindow

Modules

An application framework based on Tk
baseclass for content handling
Baseclass for all extensions in this framework
Basic functionality for extensions associated with a panel, like StatusBar and ToolBar
Baseclass for all plugins.
Baseclass for plugins using background jobs.
Basic functionality for extensions associated with a side panel, like NavigatorPanel and ToolPanel.
Use icon libraries quick & easy
save your settings files in a ConfigFolder
Run background processes easily
about box and help facilities
adding easy keyboard bindings
multiple document interface
handling menu's and stuff.
Navigate opened documents and files
Navigate opened documents and files
manage the layout of your application
load and unload plugins
single document interface
allow your user to configure settings
adding a status bar
Navigate opened documents and files
Load and unload plugins.

Provides

in lib/Tk/AppWindow/Ext/StatusBar/SBaseItem.pm
in lib/Tk/AppWindow/Ext/StatusBar/SImageItem.pm
in lib/Tk/AppWindow/Ext/StatusBar/SMessageItem.pm
in lib/Tk/AppWindow/Ext/StatusBar/SProgressItem.pm
in lib/Tk/AppWindow/Ext/StatusBar/STextItem.pm