Ejemplo n.º 1
0
 def border(self, ls=0, rs=0, ts=0, bs=0, tl=0, tr=0, bl=0, br=0):
     lib.wborder(
         self._win,
         _chtype(ls),
         _chtype(rs),
         _chtype(ts),
         _chtype(bs),
         _chtype(tl),
         _chtype(tr),
         _chtype(bl),
         _chtype(br),
     )
     return None
Ejemplo n.º 2
0
 def border(self, ls=0, rs=0, ts=0, bs=0, tl=0, tr=0, bl=0, br=0):
     lib.wborder(self._win, _chtype(ls), _chtype(rs), _chtype(ts),
                 _chtype(bs), _chtype(tl), _chtype(tr), _chtype(bl),
                 _chtype(br))
     return None