tcllian
- messagebox (0.6.4)
- version (0.6.4)
- patchlevel (0.6.4)
- build (0.6.4)
- processid (0.6.4)
- threadid (0.6.4)
- windows (0.6.8)
- threadwindows (0.6.8)
- config_directory (0.6.8)
- skin_directory (0.6.8)
- temp_directory (0.6.8)
- global_config_directory (0.6.8)
- trillian_directory (0.6.8)
- language_directory (0.6.8)
Pops open MessageBox. Useful for debugging scripts.
Returns the version of Tcllian.
Returns the full version string, including patchlevel, of Tcllian.
Returns the build date and number of Tcllian.
Returns the process ID that Tcllian is running in.
Returns the thread ID that Tcllian is running in.
Enumerates all top-level windows systemwide. Uses EnumWindows and returns a Tcl list of lists (HWND, GetClassName, GetWindowText).
Enumerates all windows belonging to the Trillian thread. Uses EnumThreadWindows and returns a Tcl list of lists (HWND, GetClassName, GetWindowText).
The following return the strings that Trillian provides us when we're loaded. See plugin_main("load", plugin_info_t *); for more details.