AGW Logo

agw_title ConflictDialog

ConflictDialog is a subclass of GenericMessageDialog, customized to look like the GIMP conflict dialog. This class is used to resolve shortcut conflicts when the user assigns a shortcut that is already taken by another entry in the shortcut list.

hierarchy Inheritance Diagram

Inheritance diagram for: ConflictDialog

Inheritance diagram of ConflictDialog


method_summary Methods Summary

__init__Default class constructor.

API Class API

class ConflictDialog(GMD.GenericMessageDialog)[source]

ConflictDialog is a subclass of GenericMessageDialog, customized to look like the GIMP conflict dialog. This class is used to resolve shortcut conflicts when the user assigns a shortcut that is already taken by another entry in the shortcut list.



__init__(parent, conflict)[source]

Default class constructor.

Parameters:
  • parent – an instance of ShortcutEditor;
  • conflict – an instance of Shortcut, representing the conflicting shortcut.
Tree

Table Of Contents

Previous topic

shortcuteditor

Next topic

HTMLHelpWindow