a new object with type S, a subtype of T
|
|
True if successful
|
|
True if successful
|
addButton(self,
name,
value)
Add a button to the panel. |
|
|
True if successful
|
|
True if successful
|
|
True if successful
|
|
True if successful
|
|
True if successful
|
|
True if successful
|
addNotepad(self,
name,
value)
Add a text edit widget to the panel. |
|
|
True if successful
|
|
True if successful
|
|
True if successful
|
addScriptCommand(self,
name,
value)
Add a script command evaluator to the panel. |
|
|
True if successful
|
|
True if successful
|
|
None
|
clear(self)
Clear all panel attributes. |
|
|
The result of the script as a string, or None if it fails
|
execute(self,
name)
Execute the script command associated with a particular label and
return the result as a string. |
|
|
True if successful
|
setTitle(self,
val)
Set the current title for the panel. |
|
|
True if successful
|
setWidth(self,
val)
Set the width of the panel. |
|
|
An int value indicating how the dialog was closed (normally, or
cancelled)
|
show(self)
Display the panel. |
|
|
The title as a string
|
title(self)
Get the current title for the panel. |
|
|
The value for the field if any, otherwise None
|
value(self,
name)
Get the value of a particular control in the panel. |
|
|
The width as an int
|
width(self)
Get the width of the panel. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|