dynamic_sizing.py 文件源码

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

项目:ghetto_omr 作者: pohzhiee 项目源码 文件源码
def __init__(self,window):
        Gtk.Grid.__init__(self)
        self.window = window
        self.set_column_spacing(25)

        #arbitrary initialisations for underdeveloped stuff
        self.stepsbox = steps_box(self)
        self.contentgrid = content_grid2(self)

        #end of arbitary stuff
        self.attach(self.stepsbox,0,0,1,1)
        self.attach_next_to(self.contentgrid,self.stepsbox,Gtk.PositionType.RIGHT,1,1)
        self.name = "HELLO"
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号