blob: b4003caaffcf71627e26dc09506183186f4369ca (
plain)
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
|
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE erlref SYSTEM "erlref.dtd">
<!-- THIS FILE IS GENERATED DO NOT EDIT -->
<erlref>
<header>
<copyright>
<year>2020</year><year>2021</year>
<holder>wxWidgets team.</holder></copyright>
<legalnotice>Licensed under the wxWindows Free Documentation Licence, Version 3
</legalnotice>
<title>wxWebViewEvent</title>
</header>
<module>wxWebViewEvent</module>
<modulesummary>Functions for wxWebViewEvent class</modulesummary>
<description><p>A navigation event holds information about events associated with <seeerl marker="wxWebView"><c>wxWebView</c></seeerl> objects.
</p><p>Since: 2.9.3
</p><p>See: <seeerl marker="wxWebView"><c>wxWebView</c></seeerl>
</p>
<p>This class is derived (and can use functions) from:
<seeerl marker="wxNotifyEvent"><c>wxNotifyEvent</c></seeerl> <seeerl marker="wxCommandEvent"><c>wxCommandEvent</c></seeerl> <seeerl marker="wxEvent"><c>wxEvent</c></seeerl></p>
<p>wxWidgets docs: <url href="https://docs.wxwidgets.org/3.1/classwx_web_view_event.html">wxWebViewEvent</url></p>
</description><section><title>Events</title><p>Use <seemfa marker="wxEvtHandler#connect/3"><c>wxEvtHandler:connect/3</c></seemfa> with <seetype marker="#wxWebViewEventType"><c>wxWebViewEventType</c></seetype> to subscribe to events of this type.</p></section>
<datatypes>
<datatype><name name="wxWebViewEvent"/></datatype>
<datatype><name name="wxWebView"/></datatype>
<datatype><name name="wxWebViewEventType"/></datatype></datatypes>
<funcs>
<func>
<name name="getString" arity="1" clause_i="1" since=""/>
<fsummary>Returns item string for a listbox or choice selection event. </fsummary>
<desc><p>Returns item string for a listbox or choice selection event.
</p><p>If one or several items have been deselected, returns the index of the first deselected item. If some items have been selected and others deselected at the same time, it will return the index of the first selected item.
</p></desc>
</func>
<func>
<name name="getInt" arity="1" clause_i="1" since=""/>
<fsummary>Returns the integer identifier corresponding to a listbox, choice or radiobox selection (only if the event was a selection, not a deselection), or a boolean value representing the value of a checkbox. </fsummary>
<desc><p>Returns the integer identifier corresponding to a listbox, choice or radiobox selection (only if the event was a selection, not a deselection), or a boolean value representing the value of a checkbox.
</p><p>For a menu item, this method returns -1 if the item is not checkable or a boolean value (true or false) for checkable items indicating the new state of the item.
</p></desc>
</func>
<func>
<name name="getTarget" arity="1" clause_i="1" since=""/>
<fsummary>Get the name of the target frame which the url of this event has been or will be loaded into. </fsummary>
<desc><p>Get the name of the target frame which the url of this event has been or will be loaded into.
</p><p>This may return an empty string if the frame is not available.
</p></desc>
</func>
<func>
<name name="getURL" arity="1" clause_i="1" since=""/>
<fsummary>Get the URL being visited. </fsummary>
<desc><p>Get the URL being visited.
</p></desc>
</func>
</funcs>
</erlref>
|