doc string update
This commit is contained in:
parent
12361a9a1b
commit
48ad7b6279
@ -18,6 +18,13 @@ class TableParameterItem(pTypes.WidgetParameterItem):
|
|||||||
to define the size and structure of the table.
|
to define the size and structure of the table.
|
||||||
others any other arguments are passed to *Parameter*
|
others any other arguments are passed to *Parameter*
|
||||||
================= ==================================================================
|
================= ==================================================================
|
||||||
|
|
||||||
|
How to use:
|
||||||
|
|
||||||
|
Add the following to the *params* list:
|
||||||
|
|
||||||
|
TableParameter(name=<a string>, value=<a recArray>),
|
||||||
|
|
||||||
"""
|
"""
|
||||||
def __init__(self, param, depth):
|
def __init__(self, param, depth):
|
||||||
pTypes.WidgetParameterItem.__init__(self, param, depth)
|
pTypes.WidgetParameterItem.__init__(self, param, depth)
|
||||||
|
Loading…
Reference in New Issue
Block a user