phoenix_title wx.lib.foldmenu.FoldOutWindow

PopupWindow() -> None PopupWindow(parent : Window, flags: int=BORDER_NONE) -> 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() -> None PopupWindow(parent : Window, flags: int=BORDER_NONE) -> 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)