This contains a preference panel. More...
Public Member Functions | |
| def | __init__ (self, *args, **kwargs) |
| def | AddPanel (self, panel_class, settings) |
| Add a panel to the dialog. More... | |
| def | SetTitle (self, title) |
| Set the title of the panel. More... | |
| def | ShowPanel (self, panel) |
| Arrange for the given panel to be shown. More... | |
Public Attributes | |
| panels_container | |
| settings | |
| title | |
Private Attributes | |
| _current_panel | |
| _settings | |
This contains a preference panel.
This container has the ability to hold several panels, and to be able to switch between them. For some modes, however, the container will only hold a single panel. Each page has a title area, and an area for a preferences panel
| def robotide.preferences.editor.PanelContainer.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
| def robotide.preferences.editor.PanelContainer.AddPanel | ( | self, | |
| panel_class, | |||
| settings | |||
| ) |
| def robotide.preferences.editor.PanelContainer.SetTitle | ( | self, | |
| title | |||
| ) |
| def robotide.preferences.editor.PanelContainer.ShowPanel | ( | self, | |
| panel | |||
| ) |
|
private |
|
private |
| robotide.preferences.editor.PanelContainer.panels_container |