def toprightpoint(self): """ return top right of window kid""" return towlist(list1=self.bottomrightpoint_p, list2=[self.w_right, self.w_back]).subtracttowlist()
def pointcenterofparent(self): """ point center of window parent""" return towlist(self.startpoint, [self.info_width_P / 2, self.info_height_p / 2 ]).plustracttowlist()
def topleftpoint(self): """ return top left of window kid""" return towlist(list1=self.topleftpoint_p, list2=[self.w_left, self.w_front]).plustracttowlist()
def pointrightrec(self): """ return point rectangle on the left""" return towlist(self.pointcenterofparent(), [self.info_width_k / 2, self.info_height_k / 2 ]).plustracttowlist()