pyanaconda.ui.gui.spokes.lib package

Submodules

pyanaconda.ui.gui.spokes.lib.accordion module

pyanaconda.ui.gui.spokes.lib.cart module

pyanaconda.ui.gui.spokes.lib.custom_storage_helpers module

pyanaconda.ui.gui.spokes.lib.dasdfmt module

pyanaconda.ui.gui.spokes.lib.detailederror module

class pyanaconda.ui.gui.spokes.lib.detailederror.DetailedErrorDialog(*args, **kwargs)

Bases: pyanaconda.ui.gui.GUIObject

This class provides a lightboxable dialog to display a very detailed set of error messages, like might be required to display the results of package dependency solving or storage sanity checking.

If no buttons are provided, this dialog will have only a single button: cancel, with a response ID of 0. Otherwise, the kwarg named “buttons” should be a list of translated labels. Each will have an incrementing response ID starting with 0, and any Quit button will be placed on the far left hand side of the dialog. It’s up to the caller of the “run” method to do something with the returned response ID.

builderObjects = ['detailedErrorDialog', 'detailedTextBuffer']
mainWidgetName = 'detailedErrorDialog'
refresh(msg)
run()
uiFile = 'spokes/lib/detailederror.glade'

pyanaconda.ui.gui.spokes.lib.entropy_dialog module

pyanaconda.ui.gui.spokes.lib.lang_locale_handler module

Module providing the LangLocaleHandler class that could be used as a mixin for screens handling languages or locales configuration.

class pyanaconda.ui.gui.spokes.lib.lang_locale_handler.LangLocaleHandler

Bases: object

Class that could be used as a mixin for screens handling languages or locales configuration.

initialize()
on_clear_icon_clicked(entry, icon_pos, event)
on_entry_changed = functools.partial(<pyanaconda.ui.gui.utils.timed_action.<locals>.TimedAction object at 0x7fc2d208f2e8>, None)
on_lang_selection_changed(selection)

pyanaconda.ui.gui.spokes.lib.passphrase module

pyanaconda.ui.gui.spokes.lib.refresh module

pyanaconda.ui.gui.spokes.lib.resize module

pyanaconda.ui.gui.spokes.lib.summary module

Module contents