Howto:Creating a Canvas GUI Widget: Difference between revisions

Jump to navigation Jump to search
 
Line 111: Line 111:
* The configuration hash can be used to alter the function of the widget.
* The configuration hash can be used to alter the function of the widget.
* 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)
* In order to access the top-level root group, use me._view._root, to see what else is available, use debug.dump(me._view)


1,089

edits

Navigation menu