diff options
| author | Alexander Lantsev <aunsane@gmail.com> | 2016-01-02 13:55:52 +0000 |
|---|---|---|
| committer | Alexander Lantsev <aunsane@gmail.com> | 2016-01-02 13:55:52 +0000 |
| commit | 556ec5e59c94222224eb8a13c05d737b765b9259 (patch) | |
| tree | 4669457199f30201918c1f975ccf635b1c9b85ba /plugins/MirLua/docs/examples/icons.lua | |
| parent | 0a79763db57ac830746fbb70f227ca2a0b758e49 (diff) | |
MirLua: linked with liblua
git-svn-id: http://svn.miranda-ng.org/main/trunk@15989 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/docs/examples/icons.lua')
| -rw-r--r-- | plugins/MirLua/docs/examples/icons.lua | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/MirLua/docs/examples/icons.lua b/plugins/MirLua/docs/examples/icons.lua deleted file mode 100644 index 4d54cb8e8b..0000000000 --- a/plugins/MirLua/docs/examples/icons.lua +++ /dev/null @@ -1,22 +0,0 @@ ---- include m_icolib module -local icolib = require('m_icolib') - ---- Add icon to icoLib --- @param name The name of icon --- @param description The description of icon --- @param section The section in witch icon will be stored (default 'MirLua') --- @return handle of icon -icolib.AddIcon('testIcon', 'Lua icon', 'MirLua') - ---- Create the icon which will be deleted below -icolib.AddIcon('testRemoved', 'Lua temporary icon') - ---- Get icon by name --- @param name The name of icon --- @return handle of icon -local hIcon = icolib.GetIcon('testRemoved') - ---- Remove icon from iconLib --- @param handle The handle of icon (or name) --- @return 0 on success -icolib.RemoveIcon('testRemoved') |
