mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
fixed typo
This commit is contained in:
parent
27943c09cd
commit
4025e7dba9
@ -42,7 +42,7 @@ Code Overview:
|
|||||||
foo.defineoptions()
|
foo.defineoptions()
|
||||||
fooParent()
|
fooParent()
|
||||||
fooParent.optiondefs = {}
|
fooParent.optiondefs = {}
|
||||||
fooParent.definoptions()
|
fooParent.defineoptions()
|
||||||
|
|
||||||
3) addoptions is called. This combines options specified as keywords to
|
3) addoptions is called. This combines options specified as keywords to
|
||||||
the widget constructor (stored in self._constuctorKeywords)
|
the widget constructor (stored in self._constuctorKeywords)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user