1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416
|
<!--
SPDX-FileCopyrightText: The WebKit GTK and WPE teams
SPDX-License-Identifier: BSD, LGPL-2.1
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>WebKitWebProcessExtension.ContextMenuAction</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:title" content="WebKitWebProcessExtension.ContextMenuAction"/>
<meta property="og:description" content="Reference for WebKitWebProcessExtension.ContextMenuAction"/>
<meta name="twitter:title" content="WebKitWebProcessExtension.ContextMenuAction"/>
<meta name="twitter:description" content="Reference for WebKitWebProcessExtension.ContextMenuAction"/>
<meta name="twitter:card" content="summary"/>
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="gtk4-urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">WebKitWebProcessExtension</a></h3>
<p>API Version: 6.0</p>
<p>Library Version: 2.50.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a class="current" href="enum.ContextMenuAction.html">ContextMenuAction</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.1</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Enumeration</h3>
<h1><a href="index.html">WebKitWebProcessExtension</a><span class="sep"></span>ContextMenuAction</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>enum WebKitWebProcessExtension.ContextMenuAction</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/WebKit/WebKit/tree/main/WebKitBuild/GTK/Release/WebKitGTK/DerivedSources/webkit/WebKitContextMenuActions.h#L31">[src]</a>
</h4>
<div class="docblock">
<p>Enum values used to denote the stock actions for
<code>WebKitContextMenuItem</code><!-- -->s.</p>
</div>
<div class="docblock">
</div>
</div>
<div class="members toggle-wrapper">
<h4 id="members">
Members
<a href="#members" class="anchor"></a>
</h4>
<div class="docblock">
<table class="enum-members">
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<tr>
<td><a id="no_action" href="#no_action"><code title="Value: 0">WEBKIT_CONTEXT_MENU_ACTION_NO_ACTION</code></a></td>
<td><p>No action, used by separator menu items.</p></td>
</tr>
<tr>
<td><a id="open_link" href="#open_link"><code title="Value: 1">WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK</code></a></td>
<td><p>Open current link.</p></td>
</tr>
<tr>
<td><a id="open_link_in_new_window" href="#open_link_in_new_window"><code title="Value: 2">WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK_IN_NEW_WINDOW</code></a></td>
<td><p>Open current link in a new window.</p></td>
</tr>
<tr>
<td><a id="download_link_to_disk" href="#download_link_to_disk"><code title="Value: 3">WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_LINK_TO_DISK</code></a></td>
<td><p>Download link destination.</p></td>
</tr>
<tr>
<td><a id="copy_link_to_clipboard" href="#copy_link_to_clipboard"><code title="Value: 4">WEBKIT_CONTEXT_MENU_ACTION_COPY_LINK_TO_CLIPBOARD</code></a></td>
<td><p>Copy link location to the clipboard.</p></td>
</tr>
<tr>
<td><a id="open_image_in_new_window" href="#open_image_in_new_window"><code title="Value: 5">WEBKIT_CONTEXT_MENU_ACTION_OPEN_IMAGE_IN_NEW_WINDOW</code></a></td>
<td><p>Open current image in a new window.</p></td>
</tr>
<tr>
<td><a id="download_image_to_disk" href="#download_image_to_disk"><code title="Value: 6">WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_IMAGE_TO_DISK</code></a></td>
<td><p>Download current image.</p></td>
</tr>
<tr>
<td><a id="copy_image_to_clipboard" href="#copy_image_to_clipboard"><code title="Value: 7">WEBKIT_CONTEXT_MENU_ACTION_COPY_IMAGE_TO_CLIPBOARD</code></a></td>
<td><p>Copy current image to the clipboard.</p></td>
</tr>
<tr>
<td><a id="copy_image_url_to_clipboard" href="#copy_image_url_to_clipboard"><code title="Value: 8">WEBKIT_CONTEXT_MENU_ACTION_COPY_IMAGE_URL_TO_CLIPBOARD</code></a></td>
<td><p>Copy current image location to the clipboard.</p></td>
</tr>
<tr>
<td><a id="open_frame_in_new_window" href="#open_frame_in_new_window"><code title="Value: 9">WEBKIT_CONTEXT_MENU_ACTION_OPEN_FRAME_IN_NEW_WINDOW</code></a></td>
<td><p>Open current frame in a new window.</p></td>
</tr>
<tr>
<td><a id="go_back" href="#go_back"><code title="Value: 10">WEBKIT_CONTEXT_MENU_ACTION_GO_BACK</code></a></td>
<td><p>Load the previous history item.</p></td>
</tr>
<tr>
<td><a id="go_forward" href="#go_forward"><code title="Value: 11">WEBKIT_CONTEXT_MENU_ACTION_GO_FORWARD</code></a></td>
<td><p>Load the next history item.</p></td>
</tr>
<tr>
<td><a id="stop" href="#stop"><code title="Value: 12">WEBKIT_CONTEXT_MENU_ACTION_STOP</code></a></td>
<td><p>Stop any ongoing loading operation.</p></td>
</tr>
<tr>
<td><a id="reload" href="#reload"><code title="Value: 13">WEBKIT_CONTEXT_MENU_ACTION_RELOAD</code></a></td>
<td><p>Reload the contents of current view.</p></td>
</tr>
<tr>
<td><a id="copy" href="#copy"><code title="Value: 14">WEBKIT_CONTEXT_MENU_ACTION_COPY</code></a></td>
<td><p>Copy current selection the clipboard.</p></td>
</tr>
<tr>
<td><a id="cut" href="#cut"><code title="Value: 15">WEBKIT_CONTEXT_MENU_ACTION_CUT</code></a></td>
<td><p>Cut current selection to the clipboard.</p></td>
</tr>
<tr>
<td><a id="paste" href="#paste"><code title="Value: 16">WEBKIT_CONTEXT_MENU_ACTION_PASTE</code></a></td>
<td><p>Paste clipboard contents.</p></td>
</tr>
<tr>
<td><a id="delete" href="#delete"><code title="Value: 17">WEBKIT_CONTEXT_MENU_ACTION_DELETE</code></a></td>
<td><p>Delete current selection.</p></td>
</tr>
<tr>
<td><a id="select_all" href="#select_all"><code title="Value: 18">WEBKIT_CONTEXT_MENU_ACTION_SELECT_ALL</code></a></td>
<td><p>Select all text.</p></td>
</tr>
<tr>
<td><a id="input_methods" href="#input_methods"><code title="Value: 19">WEBKIT_CONTEXT_MENU_ACTION_INPUT_METHODS</code></a></td>
<td><p>Input methods menu.</p></td>
</tr>
<tr>
<td><a id="unicode" href="#unicode"><code title="Value: 20">WEBKIT_CONTEXT_MENU_ACTION_UNICODE</code></a></td>
<td><p>Unicode menu.</p></td>
</tr>
<tr>
<td><a id="spelling_guess" href="#spelling_guess"><code title="Value: 21">WEBKIT_CONTEXT_MENU_ACTION_SPELLING_GUESS</code></a></td>
<td><p>A proposed replacement for a misspelled word.</p></td>
</tr>
<tr>
<td><a id="no_guesses_found" href="#no_guesses_found"><code title="Value: 22">WEBKIT_CONTEXT_MENU_ACTION_NO_GUESSES_FOUND</code></a></td>
<td><p>An indicator that spellchecking found no proposed replacements.</p></td>
</tr>
<tr>
<td><a id="ignore_spelling" href="#ignore_spelling"><code title="Value: 23">WEBKIT_CONTEXT_MENU_ACTION_IGNORE_SPELLING</code></a></td>
<td><p>Causes the spellchecker to ignore the word for this session.</p></td>
</tr>
<tr>
<td><a id="learn_spelling" href="#learn_spelling"><code title="Value: 24">WEBKIT_CONTEXT_MENU_ACTION_LEARN_SPELLING</code></a></td>
<td><p>Causes the spellchecker to add the word to the dictionary.</p></td>
</tr>
<tr>
<td><a id="ignore_grammar" href="#ignore_grammar"><code title="Value: 25">WEBKIT_CONTEXT_MENU_ACTION_IGNORE_GRAMMAR</code></a></td>
<td><p>Ignore grammar.</p></td>
</tr>
<tr>
<td><a id="font_menu" href="#font_menu"><code title="Value: 26">WEBKIT_CONTEXT_MENU_ACTION_FONT_MENU</code></a></td>
<td><p>Font options menu.</p></td>
</tr>
<tr>
<td><a id="bold" href="#bold"><code title="Value: 27">WEBKIT_CONTEXT_MENU_ACTION_BOLD</code></a></td>
<td><p>Bold.</p></td>
</tr>
<tr>
<td><a id="italic" href="#italic"><code title="Value: 28">WEBKIT_CONTEXT_MENU_ACTION_ITALIC</code></a></td>
<td><p>Italic.</p></td>
</tr>
<tr>
<td><a id="underline" href="#underline"><code title="Value: 29">WEBKIT_CONTEXT_MENU_ACTION_UNDERLINE</code></a></td>
<td><p>Underline.</p></td>
</tr>
<tr>
<td><a id="outline" href="#outline"><code title="Value: 30">WEBKIT_CONTEXT_MENU_ACTION_OUTLINE</code></a></td>
<td><p>Outline.</p></td>
</tr>
<tr>
<td><a id="inspect_element" href="#inspect_element"><code title="Value: 31">WEBKIT_CONTEXT_MENU_ACTION_INSPECT_ELEMENT</code></a></td>
<td><p>Open current element in the inspector.</p></td>
</tr>
<tr>
<td><a id="open_video_in_new_window" href="#open_video_in_new_window"><code title="Value: 32">WEBKIT_CONTEXT_MENU_ACTION_OPEN_VIDEO_IN_NEW_WINDOW</code></a></td>
<td><p>Open current video element in a new window.</p></td>
</tr>
<tr>
<td><a id="open_audio_in_new_window" href="#open_audio_in_new_window"><code title="Value: 33">WEBKIT_CONTEXT_MENU_ACTION_OPEN_AUDIO_IN_NEW_WINDOW</code></a></td>
<td><p>Open current audio element in a new window.</p></td>
</tr>
<tr>
<td><a id="copy_video_link_to_clipboard" href="#copy_video_link_to_clipboard"><code title="Value: 34">WEBKIT_CONTEXT_MENU_ACTION_COPY_VIDEO_LINK_TO_CLIPBOARD</code></a></td>
<td><p>Copy video link location in to the clipboard.</p></td>
</tr>
<tr>
<td><a id="copy_audio_link_to_clipboard" href="#copy_audio_link_to_clipboard"><code title="Value: 35">WEBKIT_CONTEXT_MENU_ACTION_COPY_AUDIO_LINK_TO_CLIPBOARD</code></a></td>
<td><p>Copy audio link location in to the clipboard.</p></td>
</tr>
<tr>
<td><a id="toggle_media_controls" href="#toggle_media_controls"><code title="Value: 36">WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_CONTROLS</code></a></td>
<td><p>Enable or disable media controls.</p></td>
</tr>
<tr>
<td><a id="toggle_media_loop" href="#toggle_media_loop"><code title="Value: 37">WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_LOOP</code></a></td>
<td><p>Enable or disable media loop.</p></td>
</tr>
<tr>
<td><a id="enter_video_fullscreen" href="#enter_video_fullscreen"><code title="Value: 38">WEBKIT_CONTEXT_MENU_ACTION_ENTER_VIDEO_FULLSCREEN</code></a></td>
<td><p>Show current video element in fullscreen mode.</p></td>
</tr>
<tr>
<td><a id="media_play" href="#media_play"><code title="Value: 39">WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PLAY</code></a></td>
<td><p>Play current media element.</p></td>
</tr>
<tr>
<td><a id="media_pause" href="#media_pause"><code title="Value: 40">WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PAUSE</code></a></td>
<td><p>Pause current media element.</p></td>
</tr>
<tr>
<td><a id="media_mute" href="#media_mute"><code title="Value: 41">WEBKIT_CONTEXT_MENU_ACTION_MEDIA_MUTE</code></a></td>
<td><p>Mute current media element.</p></td>
</tr>
<tr>
<td><a id="download_video_to_disk" href="#download_video_to_disk"><code title="Value: 42">WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_VIDEO_TO_DISK</code></a></td>
<td><p>Download video to disk. Since 2.2</p></td>
</tr>
<tr>
<td><a id="download_audio_to_disk" href="#download_audio_to_disk"><code title="Value: 43">WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_AUDIO_TO_DISK</code></a></td>
<td><p>Download audio to disk. Since 2.2</p></td>
</tr>
<tr>
<td><a id="insert_emoji" href="#insert_emoji"><code title="Value: 44">WEBKIT_CONTEXT_MENU_ACTION_INSERT_EMOJI</code></a></td>
<td><p>Insert an emoji. Since 2.26</p></td>
</tr>
<tr>
<td><a id="paste_as_plain_text" href="#paste_as_plain_text"><code title="Value: 45">WEBKIT_CONTEXT_MENU_ACTION_PASTE_AS_PLAIN_TEXT</code></a></td>
<td><p>Paste clipboard contents as plain text. Since 2.30</p></td>
</tr>
<tr>
<td><a id="custom" href="#custom"><code title="Value: 10000">WEBKIT_CONTEXT_MENU_ACTION_CUSTOM</code></a></td>
<td><p>Custom action defined by applications.</p></td>
</tr>
</table>
</div>
</div>
</section>
</section>
<div id="toc" class="toc">
<nav aria-labelledby="toc-title">
<p id="toc-title">Content</p>
<ul class="toc-list">
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
<li class="toc-list-item"><a href="#members"><span class="link-text">Members</span></a></li>
</ul>
</nav>
</div>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>
|