aboutsummaryrefslogtreecommitdiffstats
path: root/src/x.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-27 07:25:20 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-27 07:25:20 +0100
commitfd5e2d13b3969f79d152cc93f39b239eda5896a8 (patch)
treee4df1f22fa17e9567cd604468bcbbb64a810158a /src/x.py
parentseparate function for string drawing (diff)
downloadxpybar-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 'src/x.py')
-rw-r--r--src/x.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x.py b/src/x.py
index 3906ea5..d1b3995 100644
--- a/src/x.py
+++ b/src/x.py
@@ -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