Skip to content

Commit 6b875ae

Browse files
committed
Update docs (cztomczak#251)
1 parent af7005e commit 6b875ae

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ directly.
168168
- [Tutorial](docs/Tutorial.md)
169169

170170

171-
### API categories
172-
171+
### API categories
172+
173173
#### Modules
174174

175175
* [cefpython](api/cefpython.md#cefpython) module
@@ -224,9 +224,9 @@ directly.
224224
* [StringVisitor](api/StringVisitor.md#stringvisitor-interface) interface
225225
* [WebRequestClient](api/WebRequestClient.md#webrequestclient-interface) interface
226226

227-
228-
### API index
229-
227+
228+
### API index
229+
230230
* [Application settings](api/ApplicationSettings.md#application-settings)
231231
* [accept_language_list](api/ApplicationSettings.md#accept_language_list)
232232
* [auto_zooming](api/ApplicationSettings.md#auto_zooming)
@@ -443,6 +443,7 @@ directly.
443443
* [GetFragmentText](api/DragData.md#getfragmenttext)
444444
* [GetFragmentHtml](api/DragData.md#getfragmenthtml)
445445
* [GetImage](api/DragData.md#getimage)
446+
* [GetImageHotspot](api/DragData.md#getimagehotspot)
446447
* [HasImage](api/DragData.md#hasimage)
447448
* [FocusHandler (interface)](api/FocusHandler.md#focushandler-interface)
448449
* [OnTakeFocus](api/FocusHandler.md#ontakefocus)

api/API-index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
* [GetFragmentText](DragData.md#getfragmenttext)
219219
* [GetFragmentHtml](DragData.md#getfragmenthtml)
220220
* [GetImage](DragData.md#getimage)
221+
* [GetImageHotspot](DragData.md#getimagehotspot)
221222
* [HasImage](DragData.md#hasimage)
222223
* [FocusHandler (interface)](FocusHandler.md#focushandler-interface)
223224
* [OnTakeFocus](FocusHandler.md#ontakefocus)

api/DragData.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Table of contents:
1313
* [GetFragmentText](#getfragmenttext)
1414
* [GetFragmentHtml](#getfragmenthtml)
1515
* [GetImage](#getimage)
16+
* [GetImageHotspot](#getimagehotspot)
1617
* [HasImage](#hasimage)
1718

1819

@@ -86,6 +87,17 @@ Get image representation of drag data. Check with HasImage() first,
8687
otherwise if there is no image an exception is thrown.
8788

8889

90+
### GetImageHotspot
91+
92+
| | |
93+
| --- | --- |
94+
| __Return__ | [Image](Image.md) |
95+
96+
Linux-only currently (#251).
97+
98+
Get image hotspot (drag start location relative to image dimensions).
99+
100+
89101
### HasImage
90102

91103
| | |

0 commit comments

Comments
 (0)