We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeed61c commit 1aabf8eCopy full SHA for 1aabf8e
api/API-categories.md
@@ -3,6 +3,11 @@
3
# API categories
4
5
6
+### Modules
7
+
8
+ * [cefpython](cefpython.md) module
9
10
11
### Settings
12
13
* [ApplicationSettings](ApplicationSettings.md) dictionary
@@ -17,6 +22,7 @@
17
22
* [Cookie](Cookie.md) class
18
23
* [CookieManager](CookieManager.md) class
19
24
* [DpiAware](DpiAware.md) class (Win)
25
+ * [DragData](DragData.md) object
20
26
* [Frame](Frame.md) object
21
27
* [JavascriptBindings](JavascriptBindings.md) class
28
* [JavascriptCallback](JavascriptCallback.md) object
@@ -42,7 +48,3 @@
42
48
* [RequestHandler](RequestHandler.md)
43
49
* [ResourceHandler](ResourceHandler.md)
44
50
45
-
46
-### Modules
47
- * [cefpython](cefpython.md) module
0 commit comments