Home | Trees | Indices | Help |
|
---|
|
object --+ | Applier --+ | RowFormatter
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
use this to apply properties as a dictionary, e.g.: x = klass(..., StyleName='class-name') will do: x = klass(...) x.setStyleName('class-name') and: x = klass(..., Size=("100%", "20px"), Visible=False) will do: x = klass(...) x.setSize("100%", "20px") x.setVisible(False)
|
Home | Trees | Indices | Help |
|
---|
http://epydoc.sourceforge.net |