WebKit2WebExtension.DOMClientRect¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
read-only |
||
r |
read-only |
||
r |
read-only |
||
r |
read-only |
||
r |
read-only |
||
r |
read-only |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class WebKit2WebExtension.DOMClientRect(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_bottom()¶
-
Returns the bottom coordinate of self, relative to the viewport.
New in version 2.18.
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_height()¶
-
Returns the height of self.
New in version 2.18.
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_left()¶
-
Returns the left coordinate of self, relative to the viewport.
New in version 2.18.
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_right()¶
-
Returns the right coordinate of self, relative to the viewport.
New in version 2.18.
Deprecated since version 2.22: Use JavaScriptCore API instead
- get_top()¶
-
Returns the top coordinate of self, relative to the viewport.
New in version 2.18.
Deprecated since version 2.22: Use JavaScriptCore API instead