phoenix_title wx.lib.foldmenu.FoldOutWindow

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


class_hierarchy Class Hierarchy

Inheritance diagram for class FoldOutWindow:

method_summary Methods Summary

__init__

Default class constructor.

AddButton

evEnter

evLeave

InitColors

OnBtnClick

Popup


api Class API

class FoldOutWindow(wx.PopupWindow)

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


Methods

__init__(self, parent, style=0)

Default class constructor.

Parameters

parent – the mcPopupWindow parent window.



AddButton(self, bitmap, handler=None)


evEnter(self, event)


evLeave(self, event)


InitColors(self)


OnBtnClick(self, event)


Popup(self)