.. wxPython Phoenix documentation

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

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

.. include:: headings.inc

.. currentmodule:: wx.lib.pydocview

.. highlight:: python



.. _wx.lib.pydocview.WindowMenuService:

==========================================================================================================================================
|phoenix_title|  **wx.lib.pydocview.WindowMenuService**
==========================================================================================================================================

The WindowMenuService is a service that implements a standard Window menu that is used
by the DocSDIFrame.  The MDIFrame automatically includes a Window menu and does not use
the WindowMenuService.



|

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

.. raw:: html

   <div class="collabsible-wrapper">
      <input id="collapsible-inheritance" class="collapsible-checkbox" type="checkbox">
      <label for="collapsible-inheritance" tabindex="0" title="Show inheritance diagram" class="collapsible-label">Inheritance diagram for class <strong>WindowMenuService</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.lib.pydocview.WindowMenuService_inheritance.svg" alt="Inheritance diagram of WindowMenuService" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.pydocview.WindowMenuService.html" title="The WindowMenuService is a service that implements a standard Window menu that is used" alt="" coords="5,236,310,265"/> <area shape="rect" id="node2" href="wx.lib.pydocview.DocService.html" title="An abstract class used to add reusable services to a docview application." alt="" coords="40,159,276,188"/> <area shape="rect" id="node3" href="wx.EvtHandler.html" title="A class that can handle events from the windowing system." alt="" coords="91,82,224,111"/> <area shape="rect" id="node4" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="42,5,140,34"/> <area shape="rect" id="node5" href="wx.Trackable.html" title="Add-on base class for a trackable object." alt="" coords="164,5,287,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|super_classes| Known Superclasses
==================================

:class:`wx.lib.pydocview.DocService`

|


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

================================================================================ ================================================================================
:meth:`~wx.lib.pydocview.WindowMenuService.__init__`                             Initializes the WindowMenu and its globals.
:meth:`~wx.lib.pydocview.WindowMenuService.BuildWindowMenu`                      Builds the Window menu and adds menu items for all of the open documents in the DocManager.
:meth:`~wx.lib.pydocview.WindowMenuService.InstallControls`                      Installs the Window menu.
:meth:`~wx.lib.pydocview.WindowMenuService.OnArrangeWindows`                     Called by Window/Arrange and tiles the frames on the desktop.
:meth:`~wx.lib.pydocview.WindowMenuService.OnCtrlKeySelect`                      
:meth:`~wx.lib.pydocview.WindowMenuService.OnSelectMoreWindows`                  Called when the "Window/Select More Windows..." menu item is selected and enables user to
:meth:`~wx.lib.pydocview.WindowMenuService.OnSelectWindowMenu`                   Called when the Window menu item representing a Frame is selected and brings the selected
:meth:`~wx.lib.pydocview.WindowMenuService.ProcessEvent`                         Processes a Window menu event.
:meth:`~wx.lib.pydocview.WindowMenuService.ProcessUpdateUIEvent`                 Updates the Window menu items.
================================================================================ ================================================================================


|


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


.. class:: WindowMenuService(DocService)

   The WindowMenuService is a service that implements a standard Window menu that is used
   by the DocSDIFrame.  The MDIFrame automatically includes a Window menu and does not use
   the WindowMenuService.

   .. method:: __init__(self)

      Initializes the WindowMenu and its globals.


   .. method:: BuildWindowMenu(self, currentFrame)

      Builds the Window menu and adds menu items for all of the open documents in the DocManager.


   .. method:: InstallControls(self, frame, menuBar=None, toolBar=None, statusBar=None, document=None)

      Installs the Window menu.


   .. method:: OnArrangeWindows(self, event)

      Called by Window/Arrange and tiles the frames on the desktop.


   .. method:: OnCtrlKeySelect(self, event)


   .. method:: OnSelectMoreWindows(self, event)

      Called when the "Window/Select More Windows..." menu item is selected and enables user to
      select from the Frames that do not in the Window list.  Useful when there are more than
      10 open frames in the application.


   .. method:: OnSelectWindowMenu(self, event)

      Called when the Window menu item representing a Frame is selected and brings the selected
      Frame to the front of the desktop.


   .. method:: ProcessEvent(self, event)

      Processes a Window menu event.


   .. method:: ProcessUpdateUIEvent(self, event)

      Updates the Window menu items.


