caves.py 文件源码

python
阅读 77 收藏 0 点赞 0 评论 0

项目:caves 作者: mikaelho 项目源码 文件源码
def add_waypoint(self):
    w = WayPointView(frame=(0,0,30,30))
    l = w['Label']
    self.waypoints.append(w)
    l.text=str(len(self.waypoints))
    l.text_color = 'black'
    l.font=('Arial Black', 16)
    w.background_color = '#a2c2ff' #
    self.add_subview(w)
    return w
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号