- Show version number in window title

- Add `PluginName` property to `IPluginData`
- Add `PluginPath` property to `IPluginData`
This commit is contained in:
Stone-Red-Code
2021-09-15 18:22:20 +02:00
parent 40d1232e33
commit 603a78935b
7 changed files with 83 additions and 30 deletions
@@ -281,6 +281,16 @@
Gets the window position of the plugin window.
</summary>
</member>
<member name="P:DesktopMagicPluginAPI.IPluginData.PluginName">
<summary>
Gets the name of the plugin.
</summary>
</member>
<member name="P:DesktopMagicPluginAPI.IPluginData.PluginPath">
<summary>
Gets the path of the parent directory of the plugin.
</summary>
</member>
<member name="M:DesktopMagicPluginAPI.IPluginData.UpdateWindow">
<summary>
Updates the plugin window.