summary refs log tree commit diff stats
path: root/doc/pydoc/ranger.gui.mouse_event.html
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-13 05:51:27 +0100
committerhut <hut@lavabit.com>2010-01-13 05:51:27 +0100
commitb3556b21e23eb3381b220e0d3319d94b3a89e0ac (patch)
tree453f160878fd0499907d9bcfd3d32f11084aa50c /doc/pydoc/ranger.gui.mouse_event.html
parent0cfc59d6028c6b43e1dc323b94c84a8157db1859 (diff)
downloadranger-b3556b21e23eb3381b220e0d3319d94b3a89e0ac.tar.gz
updated pydoc documentation
Diffstat (limited to 'doc/pydoc/ranger.gui.mouse_event.html')
-rw-r--r--doc/pydoc/ranger.gui.mouse_event.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/pydoc/ranger.gui.mouse_event.html b/doc/pydoc/ranger.gui.mouse_event.html
index 80c114e3..946f6737 100644
--- a/doc/pydoc/ranger.gui.mouse_event.html
+++ b/doc/pydoc/ranger.gui.mouse_event.html
@@ -9,7 +9,19 @@
 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="ranger.html"><font color="#ffffff">ranger</font></a>.<a href="ranger.gui.html"><font color="#ffffff">gui</font></a>.mouse_event</strong></big></big></font></td
 ><td align=right valign=bottom
 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/hut/work/ranger/ranger/gui/mouse_event.py">/home/hut/work/ranger/ranger/gui/mouse_event.py</a></font></td></tr></table>
-    <p></p>
+    <p><tt>#&nbsp;Copyright&nbsp;(c)&nbsp;2009,&nbsp;2010&nbsp;hut&nbsp;&lt;hut@lavabit.com&gt;<br>
+#<br>
+#&nbsp;Permission&nbsp;to&nbsp;use,&nbsp;copy,&nbsp;modify,&nbsp;and/or&nbsp;distribute&nbsp;this&nbsp;software&nbsp;for&nbsp;any<br>
+#&nbsp;purpose&nbsp;with&nbsp;or&nbsp;without&nbsp;fee&nbsp;is&nbsp;hereby&nbsp;granted,&nbsp;provided&nbsp;that&nbsp;the&nbsp;above<br>
+#&nbsp;copyright&nbsp;notice&nbsp;and&nbsp;this&nbsp;permission&nbsp;notice&nbsp;appear&nbsp;in&nbsp;all&nbsp;copies.<br>
+#<br>
+#&nbsp;THE&nbsp;SOFTWARE&nbsp;IS&nbsp;PROVIDED&nbsp;"AS&nbsp;IS"&nbsp;AND&nbsp;THE&nbsp;AUTHOR&nbsp;DISCLAIMS&nbsp;ALL&nbsp;WARRANTIES<br>
+#&nbsp;WITH&nbsp;REGARD&nbsp;TO&nbsp;THIS&nbsp;SOFTWARE&nbsp;INCLUDING&nbsp;ALL&nbsp;IMPLIED&nbsp;WARRANTIES&nbsp;OF<br>
+#&nbsp;MERCHANTABILITY&nbsp;AND&nbsp;FITNESS.&nbsp;IN&nbsp;NO&nbsp;EVENT&nbsp;SHALL&nbsp;THE&nbsp;AUTHOR&nbsp;BE&nbsp;LIABLE&nbsp;FOR<br>
+#&nbsp;ANY&nbsp;SPECIAL,&nbsp;DIRECT,&nbsp;INDIRECT,&nbsp;OR&nbsp;CONSEQUENTIAL&nbsp;DAMAGES&nbsp;OR&nbsp;ANY&nbsp;DAMAGES<br>
+#&nbsp;WHATSOEVER&nbsp;RESULTING&nbsp;FROM&nbsp;LOSS&nbsp;OF&nbsp;USE,&nbsp;DATA&nbsp;OR&nbsp;PROFITS,&nbsp;WHETHER&nbsp;IN&nbsp;AN<br>
+#&nbsp;ACTION&nbsp;OF&nbsp;CONTRACT,&nbsp;NEGLIGENCE&nbsp;OR&nbsp;OTHER&nbsp;TORTIOUS&nbsp;ACTION,&nbsp;ARISING&nbsp;OUT&nbsp;OF<br>
+#&nbsp;OR&nbsp;IN&nbsp;CONNECTION&nbsp;WITH&nbsp;THE&nbsp;USE&nbsp;OR&nbsp;PERFORMANCE&nbsp;OF&nbsp;THIS&nbsp;SOFTWARE.</tt></p>
 <p>
 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
 <tr bgcolor="#aa55cc">
ut <hut@lavabit.com> 2009-12-17 19:35:15 +0100 committer hut <hut@lavabit.com> 2009-12-17 19:35:15 +0100 extended history by a couple of methods' href='/akspecs/ranger/commit/ranger/container/history.py?id=3dbefa71785bf61b8f28d4a780064f3f4e04dcb5'>3dbefa71 ^
a02baa33 ^
3dbefa71 ^
a02baa33 ^
22bb7e35 ^

a02baa33 ^
22bb7e35 ^
3dbefa71 ^
a02baa33 ^



22bb7e35 ^
3dbefa71 ^

a02baa33 ^
3dbefa71 ^
a02baa33 ^
3dbefa71 ^
22bb7e35 ^

a02baa33 ^
22bb7e35 ^



a02baa33 ^


bd33933d ^
a02baa33 ^






bd33933d ^
a02baa33 ^













bd33933d ^
22bb7e35 ^

a02baa33 ^
22bb7e35 ^

a02baa33 ^
22bb7e35 ^

a02baa33 ^





bd33933d ^
3dbefa71 ^

a02baa33 ^






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