dh_Templates
2.03 dh_Templates:
dh_Template.lua and dh_Template-multi.lua are highly commented scripts to be used as a starting point for developers to create scripts which utilize both the Lokasenna GUI and dh_Toolkit. The former is intended for a script that uses a single window width and height (as used by dh_Snapshots). Its display consists of a frame, and a single button which is used to open the "Preferences" window. (The developer may, of course, replace the button with another means of opening the Preferences window.) The script "dh_Template-multi.lua" is intended to be used as a template for scripts that utilize windows of varying sizes (as used by dh_ArrangeViews).
The scripts themselves can serve as a tutorial. They are highly commented. Throughout both scripts there are sections titled "DEV NOTE". These notes indicate where to insert/modify code.