ranger.gui.widgets.filelistcontainer
index
/home/hut/work/ranger/ranger/gui/widgets/filelistcontainer.py

The FileListContainer manages a set of FileLists.

 
Classes
       
ranger.gui.displayable.DisplayableContainer(ranger.gui.displayable.Displayable)
FileListContainer(ranger.gui.widgets.Widget, ranger.gui.displayable.DisplayableContainer)
ranger.gui.widgets.Widget(ranger.gui.displayable.Displayable)
FileListContainer(ranger.gui.widgets.Widget, ranger.gui.displayable.DisplayableContainer)

 
class FileListContainer(ranger.gui.widgets.Widget, ranger.gui.displayable.DisplayableContainer)
    
Method resolution order:
FileListContainer
ranger.gui.widgets.Widget
ranger.gui.displayable.DisplayableContainer
ranger.gui.displayable.Displayable
ranger.shared.EnvironmentAware
ranger.shared.FileManagerAware
ranger.shared.Awareness
ranger.shared.settings.SettingsAware
builtins.object

Methods defined here:
__init__(self, win, ratios, preview=True)
poke(self)
resize(self, y, x, hei, wid)
Resize all the filelists according to the given ratio

Data and other attributes defined here:
preview = True
preview_available = True
ratios = None
stretch_ratios = None

Methods inherited from ranger.gui.displayable.DisplayableContainer:
add_obj(self, *objs)
click(self, event)
Recursively called on objects in container
destroy(self)
Recursively called on objects in container
draw(self)
Recursively called on visible objects in container
finalize(self)
Recursively called on visible objects in container
get_focused_obj(self)
Finds a focused displayable object in the container.
press(self, key)
Recursively called on objects in container

Data and other attributes inherited from ranger.gui.displayable.DisplayableContainer:
container = None

Methods inherited from ranger.gui.displayable.Displayable:
__contains__(self, item)
Is item inside the boundaries?
item can be an iterable like [y, x] or an object with x and y methods.
__nonzero__(self)
Always True
color(self, keylist=None, *keys)
Change the colors from now on.
color_at(self, y, x, wid, keylist=None, *keys)
Change the colors at the specified position
color_reset(self)
Change the colors to the default colors
contains_point(self, y, x)
Test if the point lies within the boundaries of this object

Data and other attributes inherited from ranger.gui.displayable.Displayable:
colorscheme = None
focused = False
visible = True
win = None

Data and other attributes inherited from ranger.shared.EnvironmentAware:
env = None

Data and other attributes inherited from ranger.shared.FileManagerAware:
fm = None

Data descriptors inherited from ranger.shared.Awareness:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes inherited from ranger.shared.settings.SettingsAware:
settings = <ranger.ext.openstruct.OpenStruct object at 0x154e450>