view::StandardComponentFactory::StandardComponentFactory Class Reference
List of all members.
Detailed Description
Standard component class, from which we extract some standard general components
Member Function Documentation
def view::StandardComponentFactory::StandardComponentFactory::create_general_entry |
( |
|
name, |
|
|
|
size, |
|
|
|
text, |
|
|
|
tooltip_text | |
|
) |
| | |
Create a general entry
@param name: the name of the entry
@param size: number of chars that can be displayed in the entry
@param text: text to be set in
@param tooltip_text: tooltip text to be displayed as the mouse is over the entry
@return: gtk.Entry
def view::StandardComponentFactory::StandardComponentFactory::create_general_label |
( |
|
name, |
|
|
|
text | |
|
) |
| | |
Create a general label
@param name: the name of the label
@param text: text to be set in
@return: gtk.Label
The documentation for this class was generated from the following file:
- StandardComponentFactory.py