diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-27 07:25:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-27 07:25:20 +0100 |
commit | fd5e2d13b3969f79d152cc93f39b239eda5896a8 (patch) | |
tree | e4df1f22fa17e9567cd604468bcbbb64a810158a /src/x.py | |
parent | separate function for string drawing (diff) | |
download | xpybar-fd5e2d13b3969f79d152cc93f39b239eda5896a8.tar.gz xpybar-fd5e2d13b3969f79d152cc93f39b239eda5896a8.tar.bz2 xpybar-fd5e2d13b3969f79d152cc93f39b239eda5896a8.tar.xz |
add Bar class
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/x.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ def create_panel(width, height, left, ypos, panel_height, at_top): @param width:int The width of the output @param height:int The height of the output @param left:int The left position of the output - @param ypos:int The position of the panel in relation the either the top or bottom edge of the output + @param ypos:int The position of the panel in relation to either the top or bottom edge of the output @param panel_height:int The height of the panel @param at_top:bool Whether the panel is to be docked to the top of the output, otherwise to the bottom @return The window |