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.
Initialize self. See help(type(self)) for accurate signature. |
|
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.
__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)¶