.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2018 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.DPIChangedEvent:

==========================================================================================================================================
|phoenix_title|  **wx.DPIChangedEvent**
==========================================================================================================================================

Event sent when the display scale factor or pixel density (measured in dots-per-inch, or ``DPI``) of the monitor a window is on changes.          

The event is sent to each :ref:`wx.TopLevelWindow`  affected by the change, and all its children recursively (post-order traversal). For example, this event is sent to the window when it is moved, by the user, from a display using some ``DPI`` value to another display using a different ``DPI`` value. It also sent to all program windows on the given display if its ``DPI`` changes due to a change in the system settings. 

Currently this event is generated by wxMSW port if only and only if the MSW application runs under Windows 10 Creators Update (v1703) or later and is marked as being "per-monitor ``DPI`` aware", i.e. contains a  ``dpiAwareness``   tag with the value "PerMonitorV2" in its manifest (see Microsoft  `"Application Manifests" documentation <https://docs.microsoft.com/en-us/windows/desktop/sbscs/application-manifests>`_  for more details). 







.. _DPIChangedEvent-events:

|events| Events Emitted by this Class
=====================================

Handlers bound for the following event types will receive a :ref:`wx.DPIChangedEvent` parameter.

Event macros: 

- EVT_DPI_CHANGED: Process a  ``wxEVT_DPI_CHANGED``   event.   








         



.. versionadded:: 4.1/wxWidgets-3.1.3  
    







.. note:: 

   Per-monitor ``DPI`` support is an experimental feature that is still in development. It might not work correctly for some controls.  







.. seealso:: :ref:`Events and Event Handling <events and event handling>`    







|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>DPIChangedEvent</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.DPIChangedEvent_inheritance.png" alt="Inheritance diagram of DPIChangedEvent" usemap="#dummy" class="inheritance"/></center>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.DPIChangedEvent.html" title="wx.DPIChangedEvent" alt="" coords="5,160,167,189"/> <area shape="rect" id="node2" href="wx.Event.html" title="wx.Event" alt="" coords="45,83,127,112"/> <area shape="rect" id="node3" href="wx.Object.html" title="wx.Object" alt="" coords="43,5,129,35"/> </map> 
   </p>
   </div>

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.DPIChangedEvent.GetNewDPI`                                            Returns the new ``DPI``.
:meth:`~wx.DPIChangedEvent.GetOldDPI`                                            Returns the old ``DPI``.
================================================================================ ================================================================================


|


|property_summary| Properties Summary
=====================================

================================================================================ ================================================================================
:attr:`~wx.DPIChangedEvent.NewDPI`                                               See :meth:`~wx.DPIChangedEvent.GetNewDPI`
:attr:`~wx.DPIChangedEvent.OldDPI`                                               See :meth:`~wx.DPIChangedEvent.GetOldDPI`
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wx.DPIChangedEvent(Event)

   Event sent when the display scale factor or pixel density (measured in
   dots-per-inch, or ``DPI``) of the monitor a window is on changes.



   .. method:: GetNewDPI(self)

      Returns the new ``DPI``.                  

      :rtype: :ref:`wx.Size`








   .. method:: GetOldDPI(self)

      Returns the old ``DPI``.                  

      :rtype: :ref:`wx.Size`








   .. attribute:: NewDPI

      See :meth:`~wx.DPIChangedEvent.GetNewDPI`


   .. attribute:: OldDPI

      See :meth:`~wx.DPIChangedEvent.GetOldDPI`

