
Public Member Functions | |
| def | __init__ |
| def | create_box |
| def | set_text |
| Set selected item. | |
| def | text |
Public Attributes | |
| combobox | |
Definition at line 26 of file tool_utils.py.
| def rcommander.tool_utils.ComboBox.__init__ | ( | self | ) |
Definition at line 28 of file tool_utils.py.
| def rcommander.tool_utils.ComboBox.create_box | ( | self, | |
| pbox | |||
| ) |
Reimplemented in rcommander.tool_utils.FrameBox.
Definition at line 31 of file tool_utils.py.
| def rcommander.tool_utils.ComboBox.set_text | ( | self, | |
| item, | |||
create = True |
|||
| ) |
Set selected item.
| item | item to set (string) |
| create | whether to create the item in this ComboBox if it isn't already there |
Definition at line 39 of file tool_utils.py.
| def rcommander.tool_utils.ComboBox.text | ( | self | ) |
Definition at line 44 of file tool_utils.py.
Definition at line 31 of file tool_utils.py.