summary refs log tree commit diff stats
path: root/doc/pydoc/ranger.gui.widgets.taskview.html
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-19 23:43:48 +0200
committerhut <hut@lavabit.com>2010-04-19 23:43:48 +0200
commitc9383c72b2f62bee90050d02a307381cb6bfa536 (patch)
tree4e4a2818efd30719fbcc60c351cded3bf5867a89 /doc/pydoc/ranger.gui.widgets.taskview.html
parent5f4f7cb99a77f070536946bd6a37163d99752f9a (diff)
downloadranger-c9383c72b2f62bee90050d02a307381cb6bfa536.tar.gz
updated pydoc
Diffstat (limited to 'doc/pydoc/ranger.gui.widgets.taskview.html')
-rw-r--r--doc/pydoc/ranger.gui.widgets.taskview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pydoc/ranger.gui.widgets.taskview.html b/doc/pydoc/ranger.gui.widgets.taskview.html
index 28c63c4e..5ee06814 100644
--- a/doc/pydoc/ranger.gui.widgets.taskview.html
+++ b/doc/pydoc/ranger.gui.widgets.taskview.html
@@ -70,7 +70,7 @@ Methods defined here:<br>
 
 <dl><dt><a name="TaskView-press"><strong>press</strong></a>(self, key)</dt></dl>
 
-<dl><dt><a name="TaskView-task_move"><strong>task_move</strong></a>(self, absolute, i<font color="#909090">=None</font>)</dt></dl>
+<dl><dt><a name="TaskView-task_move"><strong>task_move</strong></a>(self, to, i<font color="#909090">=None</font>)</dt></dl>
 
 <dl><dt><a name="TaskView-task_remove"><strong>task_remove</strong></a>(self, i<font color="#909090">=None</font>)</dt></dl>
 
@@ -140,7 +140,7 @@ Methods inherited from <a href="ranger.ext.accumulator.html#Accumulator">ranger.
 
 <dl><dt><a name="TaskView-get_height"><strong>get_height</strong></a>(self)</dt><dd><tt>OVERRIDE&nbsp;THIS</tt></dd></dl>
 
-<dl><dt><a name="TaskView-move"><strong>move</strong></a>(self, relative<font color="#909090">=0</font>, absolute<font color="#909090">=None</font>, pages<font color="#909090">=None</font>, narg<font color="#909090">=None</font>)</dt></dl>
+<dl><dt><a name="TaskView-move"><strong>move</strong></a>(self, narg<font color="#909090">=None</font>, **keywords)</dt></dl>
 
 <dl><dt><a name="TaskView-move_to_obj"><strong>move_to_obj</strong></a>(self, arg, attr<font color="#909090">=None</font>)</dt></dl>
 
#n203'>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