.. 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.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

Inheritance diagram for class
WindowMenuService:
|
|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.