.. 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.FilePropertiesService: ========================================================================================================================================== |phoenix_title| **wx.lib.pydocview.FilePropertiesService** ========================================================================================================================================== Service that installs under the File menu to show the properties of the file associated with the current document. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class FilePropertiesService:
| |super_classes| Known Superclasses ================================== :class:`wx.lib.pydocview.DocService` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.pydocview.FilePropertiesService.__init__` Initializes the PropertyService. :meth:`~wx.lib.pydocview.FilePropertiesService.AddCustomEventHandler` Adds a custom event handlers for the PropertyService. A custom event handler enables :meth:`~wx.lib.pydocview.FilePropertiesService.chopPath` Simple version of textwrap. textwrap.fill() unfortunately chops lines at spaces :meth:`~wx.lib.pydocview.FilePropertiesService.GetCustomEventHandlers` Returns the custom event handlers for the PropertyService. :meth:`~wx.lib.pydocview.FilePropertiesService.InstallControls` Installs a File/Properties menu item. :meth:`~wx.lib.pydocview.FilePropertiesService.ProcessEvent` Detects when the File/Properties menu item is selected. :meth:`~wx.lib.pydocview.FilePropertiesService.ProcessUpdateUIEvent` Updates the File/Properties menu item. :meth:`~wx.lib.pydocview.FilePropertiesService.RemoveCustomEventHandler` Removes a custom event handler from the PropertyService. :meth:`~wx.lib.pydocview.FilePropertiesService.ShowPropertiesDialog` Shows the PropertiesDialog for the specified file. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: FilePropertiesService(DocService) Service that installs under the File menu to show the properties of the file associated with the current document. .. method:: __init__(self) Initializes the PropertyService. .. method:: AddCustomEventHandler(self, handler) Adds a custom event handlers for the PropertyService. A custom event handler enables a different dialog to be provided for a particular file. .. method:: chopPath(self, text, length=36) Simple version of textwrap. textwrap.fill() unfortunately chops lines at spaces and creates odd word boundaries. Instead, we will chop the path without regard to spaces, but pay attention to path delimiters. .. method:: GetCustomEventHandlers(self) Returns the custom event handlers for the PropertyService. .. method:: InstallControls(self, frame, menuBar=None, toolBar=None, statusBar=None, document=None) Installs a File/Properties menu item. .. method:: ProcessEvent(self, event) Detects when the File/Properties menu item is selected. .. method:: ProcessUpdateUIEvent(self, event) Updates the File/Properties menu item. .. method:: RemoveCustomEventHandler(self, handler) Removes a custom event handler from the PropertyService. .. method:: ShowPropertiesDialog(self, filename=None) Shows the PropertiesDialog for the specified file.