.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.agw.shortcuteditor
.. highlight:: python
.. _wx.lib.agw.shortcuteditor.ConflictDialog:
==========================================================================================================================================
|phoenix_title| **wx.lib.agw.shortcuteditor.ConflictDialog**
==========================================================================================================================================
:class:`ConflictDialog` is a subclass of :class:`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.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
ConflictDialog:
|
|super_classes| Known Superclasses
==================================
:class:`wx.lib.agw.genericmessagedialog.GenericMessageDialog`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.agw.shortcuteditor.ConflictDialog.__init__` Default class constructor.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: ConflictDialog(GMD.GenericMessageDialog)
:class:`ConflictDialog` is a subclass of :class:`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.
.. method:: __init__(self, parent, conflict)
Default class constructor.
:param `parent`: an instance of :class:`ShortcutEditor`;
:param `conflict`: an instance of :class:`Shortcut`, representing the conflicting
shortcut.