Howto:Creating a Canvas GUI Widget: Difference between revisions

Jump to navigation Jump to search
m (→‎Status (07/2016): making the date part of the anchor may break any URLs posted on the devel list/forum)
Line 111: Line 111:
* The string <code>"mywidget"</code> corresponds to the name of the widget [[#Part two|below]].
* The string <code>"mywidget"</code> corresponds to the name of the widget [[#Part two|below]].
* In order the access methods in the code in next section. use <code>me._view.<API></code>. {{Wikipedia|MVC}}
* In order the access methods in the code in next section. use <code>me._view.<API></code>. {{Wikipedia|MVC}}
* In order to access the top-level root group, use me._view._root, to see what else is available, use debug.dump(me._view)


== Part two ==
== Part two ==

Navigation menu