Table Of Contents

Previous topic

FocusHandler

Next topic

MenuEntryInfo

This Page

phoenix_title mcPopupWindow

Since Max OS does not support PopupWindow, this is an alternative.


class_hierarchy Inheritance Diagram

Inheritance diagram for class mcPopupWindow

Inheritance diagram of mcPopupWindow


super_classes Known Superclasses

MiniFrame


method_summary Methods Summary

__init__ Default class constructor.
OnLeaveWindow Handles the EVT_LEAVE_WINDOW event for mcPopupWindow.

api Class API



class mcPopupWindow(MiniFrame)

Since Max OS does not support PopupWindow, this is an alternative.


Methods



__init__(self, parent)

Default class constructor.

Parameters:parent – the mcPopupWindow parent window.


OnLeaveWindow(self, event)

Handles the EVT_LEAVE_WINDOW event for mcPopupWindow.

Parameters:event – a MouseEvent event to be processed.