phoenix_title wx.lib.foldmenu.FoldOutWindow

PopupWindow() PopupWindow(parent, flags=BORDER_NONE)

A special kind of top level window used for popup menus, combobox popups and such.


class_hierarchy Class Hierarchy

Inheritance diagram for class FoldOutWindow:

super_classes Known Superclasses

wx.PopupWindow


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

AddButton

evEnter

evLeave

InitColors

OnBtnClick

Popup


api Class API

class FoldOutWindow(wx.PopupWindow)

PopupWindow() PopupWindow(parent, flags=BORDER_NONE)

A special kind of top level window used for popup menus, combobox popups and such.


Methods

__init__(self, parent, style=0)

Initialize self. See help(type(self)) for accurate signature.



AddButton(self, bitmap, handler=None)


evEnter(self, event)


evLeave(self, event)


InitColors(self)


OnBtnClick(self, event)


Popup(self)