All methods of this class are static. Many of the Windows-only functions here are utilized in the PyWin32 example.
Table of contents:
Parameter | Type |
---|---|
windowHandle | int |
msg | long |
wparam | long |
lparam | long |
Return | void |
Windows-only. This method processes WM_SETFOCUS message which is sent to a window after it has gained the keyboard focus.
Parameter | Type |
---|---|
windowHandle | int |
msg | long |
wparam | long |
lparam | long |
Return | void |
Windows-only. This method processes WM_SIZE message which is sent to a window after its size has changed.
Parameter | Type |
---|---|
windowHandle | int |
msg | long |
wparam | long |
lparam | long |
Return | void |
Windows-only. This method processes WM_ERASEBKGND message which is sent when the window background must be erased (for example, when a window is resized).
Parameter | Type |
---|---|
browser | Browser |
title | str |
Return | void |
Windows-only. Set the title for the main window or popup window. The default implementation of DisplayHandler.OnTitleChange() calls this method to set the title for a window.
Parameter | Type |
---|---|
browser | Browser |
icon="inherit" | string |
Return | void |
Windows-only. Set the icon for the popup window. The default implementation of DisplayHandler.OnTitleChange() calls this method to set the icon for a window that wasn't created explicitily (for example a popup window), the icon is inherited from the parent window. Icon parameter accepts only "inherit", you cannot pass here a path to an icon (currently not implemented).
Parameter | Type |
---|---|
windowHandle | int |
Return | void |
Get a parent handle.
On Linux and Mac this method always returns 0. @TODO.
Parameter | Type |
---|---|
windowHandle | int |
Return | void |
Check whether this is a valid window handle.
On Linux and Mac this method always returns True. @TODO.
Parameter | Type |
---|---|
long GdkNativeWindow | long |
Return | void |
Linux-only.
Parameter | Type |
---|---|
long GtkWidget* | long |
Return | void |
Linux-only.
Return | void |
Linux-only. Install xlib error handlers so that the application won't be terminated on non-fatal errors. Must be done after initializing GTK.
CEF Python calls this function automatically during a call to Initialize, so there is no more need to call it manually in most cases.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。