wx.lib.foldmenu.FoldOutWindow¶
PopupWindow() -> None PopupWindow(parent, flags=BORDER_NONE) -> None
A special kind of top level window used for popup menus, combobox popups and such.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
Class API¶
- class FoldOutWindow(wx.PopupWindow)¶
PopupWindow() -> None PopupWindow(parent, flags=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)¶