Notifications
Clear all
[Closed] Module_Snooper_Interface
Aug 09, 2010 7:08 pm
Hello,
does anybody know what happend with this interface? I did some small search and I didn’t found much on this.
thanks
5 Replies
Aug 09, 2010 7:08 pm
It’s in the docs, but I guess it never made it into the actual release as the interface doesn’t exist.
FYI: You can quickly check if a function, interface etc exists by typing help “…” where you substitute the dots with (part of) the name of the function, eg help “snooper”. And if the interface would exist you could run showInterface Module_Snooper_Interface to list all the available properties and methods of that interface.
help "menuMan"
menuMan (const Interface): <Interface:menuMan>
showInterface menuMan
Interface: menuMan
Properties:
Methods:
<boolean>loadMenuFile <filename>file
<boolean>saveMenuFile <filename>file
<filename>getMenuFile()
<void>updateMenuBar()
...
Martijn